Re: [Qemu-devel] [PATCH v2 09/13] block: Add two dirty bitmap getters

2016-01-25 Thread Fam Zheng
On Fri, 01/22 14:45, Vladimir Sementsov-Ogievskiy wrote: > On 20.01.2016 09:11, Fam Zheng wrote: > >For dirty bitmap users to get the size and the name of a > >BdrvDirtyBitmap. > > > >Signed-off-by: Fam Zheng > >Reviewed-by: John Snow > >--- > > block/dirty-bitmap.c | 10 ++ > >

Re: [Qemu-devel] [PATCH v2 09/13] block: Add two dirty bitmap getters

2016-01-22 Thread Vladimir Sementsov-Ogievskiy
On 20.01.2016 09:11, Fam Zheng wrote: For dirty bitmap users to get the size and the name of a BdrvDirtyBitmap. Signed-off-by: Fam Zheng Reviewed-by: John Snow --- block/dirty-bitmap.c | 10 ++ include/block/dirty-bitmap.h | 2 ++ 2 files changed, 12 insertions(+) diff --

[Qemu-devel] [PATCH v2 09/13] block: Add two dirty bitmap getters

2016-01-19 Thread Fam Zheng
For dirty bitmap users to get the size and the name of a BdrvDirtyBitmap. Signed-off-by: Fam Zheng Reviewed-by: John Snow --- block/dirty-bitmap.c | 10 ++ include/block/dirty-bitmap.h | 2 ++ 2 files changed, 12 insertions(+) diff --git a/block/dirty-bitmap.c b/block/dirty-bi