Re: [Qemu-devel] [PATCH v2 00/13] Dirty bitmap changes for migration/persistence work

2016-01-22 Thread Vladimir Sementsov-Ogievskiy
On 20.01.2016 19:13, Vladimir Sementsov-Ogievskiy wrote: I'll try to rebase my series on this and run tests. Now failed because of iterators for meta bitmaps are unsupported, see answers to [PATCH v2 08/13]. Wait for v3. On 20.01.2016 09:11, Fam Zheng wrote: v2: Various changes

Re: [Qemu-devel] [PATCH v2 00/13] Dirty bitmap changes for migration/persistence work

2016-01-21 Thread Fam Zheng
On Thu, 01/21 13:41, Vladimir Sementsov-Ogievskiy wrote: > An idea/question. > > What about make some const dirty bitmap finctions really const? > > bdrv_dirty_bitmap_name(BdrvDirtyBitmap *bitmap) -> > bdrv_dirty_bitmap_name(const BdrvDirtyBitmap *bitmap) >

Re: [Qemu-devel] [PATCH v2 00/13] Dirty bitmap changes for migration/persistence work

2016-01-21 Thread Vladimir Sementsov-Ogievskiy
An idea/question. What about make some const dirty bitmap finctions really const? bdrv_dirty_bitmap_name(BdrvDirtyBitmap *bitmap) -> bdrv_dirty_bitmap_name(const BdrvDirtyBitmap *bitmap) bdrv_dirty_bitmap_size(BdrvDirtyBitmap *bitmap) -> bdrv_dirty_bitmap_size(const BdrvDirtyBitmap

Re: [Qemu-devel] [PATCH v2 00/13] Dirty bitmap changes for migration/persistence work

2016-01-20 Thread Vladimir Sementsov-Ogievskiy
I'll try to rebase my series on this and run tests. On 20.01.2016 09:11, Fam Zheng wrote: v2: Various changes addressing John's and Vladimir's comments: [02/13] typedefs: Add BdrvDirtyBitmap Skip HBitmapIter because we'll hide it soon. [John] [03/13] block:

[Qemu-devel] [PATCH v2 00/13] Dirty bitmap changes for migration/persistence work

2016-01-19 Thread Fam Zheng
v2: Various changes addressing John's and Vladimir's comments: [02/13] typedefs: Add BdrvDirtyBitmap Skip HBitmapIter because we'll hide it soon. [John] [03/13] block: Move block dirty bitmap code to separate files [04/13] block: Remove unused typedef of