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

2018-02-09 Thread John Snow
On 02/02/2018 11:07 AM, Vladimir Sementsov-Ogievskiy wrote: > add info into qemu-doc.texi > rm John's r-b (sorry=( haha :) It's good to get many eyes on these things. Thanks, Max!

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

2018-02-05 Thread Max Reitz
On 2018-02-02 17:07, 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 qcow2

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

2018-02-02 Thread Max Reitz
On 2018-02-02 17:18, Eric Blake wrote: > On 02/02/2018 10:07 AM, 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 >> - sto

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

2018-02-02 Thread Vladimir Sementsov-Ogievskiy
02.02.2018 19:18, Eric Blake wrote: On 02/02/2018 10:07 AM, 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 b

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

2018-02-02 Thread Eric Blake
On 02/02/2018 10:07 AM, 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 qc