Re: [Qemu-devel] [PATCH v14 04/19] block: Introduce bdrv_dirty_bitmap_granularity()

2015-02-27 Thread Eric Blake
On 02/20/2015 04:07 PM, John Snow wrote: > This returns the granularity (in bytes) of dirty bitmap, > which matches the QMP interface and the existing query > interface. > > Signed-off-by: John Snow > Reviewed-by: Max Reitz > --- > block.c | 8 ++-- > include/block/block.h | 1

[Qemu-devel] [PATCH v14 04/19] block: Introduce bdrv_dirty_bitmap_granularity()

2015-02-20 Thread John Snow
This returns the granularity (in bytes) of dirty bitmap, which matches the QMP interface and the existing query interface. Signed-off-by: John Snow Reviewed-by: Max Reitz --- block.c | 8 ++-- include/block/block.h | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff