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

2016-01-07 Thread John Snow
On 01/04/2016 05:27 AM, Fam Zheng wrote: > For dirty bitmap users to get the size and the name of a > BdrvDirtyBitmap. > > Signed-off-by: Fam Zheng > --- > block/dirty-bitmap.c | 10 ++ > include/block/dirty-bitmap.h | 2 ++ > 2 files changed, 12 insertions(+) > > diff --git

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

2016-01-04 Thread Fam Zheng
For dirty bitmap users to get the size and the name of a BdrvDirtyBitmap. Signed-off-by: Fam Zheng --- 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-bitmap.c index 4314659..9c