Re: [Qemu-devel] [PATCH v4 15/15] block: More operations for meta dirty bitmap

2016-03-11 Thread Max Reitz
On 08.03.2016 05:45, Fam Zheng wrote: > Callers can create an iterator of meta bitmap with > bdrv_dirty_meta_iter_new(), then use the bdrv_dirty_iter_* operations on > it. Meta iterators are also counted by bitmap->active_iterators. > > Also add a couple of functions to retrieve granularity and co

[Qemu-devel] [PATCH v4 15/15] block: More operations for meta dirty bitmap

2016-03-07 Thread Fam Zheng
Callers can create an iterator of meta bitmap with bdrv_dirty_meta_iter_new(), then use the bdrv_dirty_iter_* operations on it. Meta iterators are also counted by bitmap->active_iterators. Also add a couple of functions to retrieve granularity and count. Signed-off-by: Fam Zheng --- block/dirty