Re: [Qemu-devel] [PATCH v11 00/13] block: Incremental backup series

2015-01-30 Thread John Snow
On 01/30/2015 05:24 AM, Vladimir Sementsov-Ogievskiy wrote: About added functions for BdrvDirtyBitmap: some functions has needless BlockDriverState* parameter, and others - doesn't: with needless *bs: bdrv_dirty_bitmap_make_anon bdrv_dirty_bitmap_granularity bdrv_clear_dirty_bitmap without *

Re: [Qemu-devel] [PATCH v11 00/13] block: Incremental backup series

2015-01-30 Thread Vladimir Sementsov-Ogievskiy
About added functions for BdrvDirtyBitmap: some functions has needless BlockDriverState* parameter, and others - doesn't: with needless *bs: bdrv_dirty_bitmap_make_anon bdrv_dirty_bitmap_granularity bdrv_clear_dirty_bitmap without *bs: bdrv_dirty_bitmap_enabled bdrv_disable_dirty_bitmap bdrv_

Re: [Qemu-devel] [PATCH v11 00/13] block: Incremental backup series

2015-01-29 Thread John Snow
Just a ping. There has been some feedback here, but I am hesitant to roll out a v12 until there is a little more consensus from Eric Blake and Markus Armbruster on the parameter naming issue, as well as a cursory overview by Stefan or Kevin of the "successor" methodology. --js On 01/12/2015

Re: [Qemu-devel] [PATCH v11 00/13] block: Incremental backup series

2015-01-13 Thread John Snow
Minor update to the github version of this patchset that brings it inline with the recent block pull into master. It also drops a duplicate patch that has since made it upstream. Not re-posting yet to allow time for review and critique. --js On 01/12/2015 11:30 AM, John Snow wrote: Welcome t

Re: [Qemu-devel] [PATCH v11 00/13] block: Incremental backup series

2015-01-12 Thread Fam Zheng
On Mon, 01/12 11:30, John Snow wrote: > Welcome to version 11. I hope you are enjoying our regular newsletter. > > This patchset enables the in-memory part of the incremental backup > feature. A patchset by Vladimir Sementsov-Ogievskiy enables the > migration of in-memory dirty bitmaps, and a futu

[Qemu-devel] [PATCH v11 00/13] block: Incremental backup series

2015-01-12 Thread John Snow
Welcome to version 11. I hope you are enjoying our regular newsletter. This patchset enables the in-memory part of the incremental backup feature. A patchset by Vladimir Sementsov-Ogievskiy enables the migration of in-memory dirty bitmaps, and a future patchset will enable the storage and retrieva