Re: [Qemu-devel] [PATCH v2] block: maintain persistent disabled bitmaps

2018-02-02 Thread Vladimir Sementsov-Ogievskiy
02.02.2018 18:23, Max Reitz wrote: On 2018-02-02 16:18, Vladimir Sementsov-Ogievskiy wrote: 31.01.2018 22:04, Max Reitz wrote: On 2018-01-29 19:43, Max Reitz wrote: On 2018-01-22 11:41, Vladimir Sementsov-Ogievskiy wrote: To maintain load/store disabled bitmap there is new approach:   -

Re: [Qemu-devel] [PATCH v2] block: maintain persistent disabled bitmaps

2018-02-02 Thread Max Reitz
On 2018-02-02 16:18, Vladimir Sementsov-Ogievskiy wrote: > 31.01.2018 22:04, Max Reitz wrote: >> On 2018-01-29 19:43, Max Reitz wrote: >>> On 2018-01-22 11:41, Vladimir Sementsov-Ogievskiy wrote: To maintain load/store disabled bitmap there is new approach:   - deprecate @autoload

Re: [Qemu-devel] [PATCH v2] block: maintain persistent disabled bitmaps

2018-02-02 Thread Vladimir Sementsov-Ogievskiy
31.01.2018 22:04, Max Reitz wrote: On 2018-01-29 19:43, Max Reitz wrote: On 2018-01-22 11:41, Vladimir Sementsov-Ogievskiy wrote: To maintain load/store disabled bitmap there is new approach: - deprecate @autoload flag of block-dirty-bitmap-add, make it ignored - store enabled bitmaps as

Re: [Qemu-devel] [PATCH v2] block: maintain persistent disabled bitmaps

2018-01-31 Thread Max Reitz
On 2018-01-29 19:43, Max Reitz wrote: > On 2018-01-22 11:41, Vladimir Sementsov-Ogievskiy wrote: >> To maintain load/store disabled bitmap there is new approach: >> >> - deprecate @autoload flag of block-dirty-bitmap-add, make it ignored >> - store enabled bitmaps as "auto" to qcow2 >> - store

Re: [Qemu-devel] [PATCH v2] block: maintain persistent disabled bitmaps

2018-01-29 Thread Max Reitz
On 2018-01-22 11:41, Vladimir Sementsov-Ogievskiy wrote: > To maintain load/store disabled bitmap there is new approach: > > - deprecate @autoload flag of block-dirty-bitmap-add, make it ignored > - store enabled bitmaps as "auto" to qcow2 > - store disabled bitmaps without "auto" flag to

[Qemu-devel] [PATCH v2] block: maintain persistent disabled bitmaps

2018-01-22 Thread Vladimir Sementsov-Ogievskiy
To maintain load/store disabled bitmap there is new approach: - deprecate @autoload flag of block-dirty-bitmap-add, make it ignored - store enabled bitmaps as "auto" to qcow2 - store disabled bitmaps without "auto" flag to qcow2 - on qcow2 open load "auto" bitmaps as enabled and others as