Re: [Qemu-devel] [PATCH v13 09/17] qmp: add block-dirty-bitmap-clear

2015-02-16 Thread Max Reitz
On 2015-02-13 at 17:08, John Snow wrote: Add bdrv_clear_dirty_bitmap and a matching QMP command, qmp_block_dirty_bitmap_clear that enables a user to reset the bitmap attached to a drive. This allows us to reset a bitmap in the event of a full drive backup. Signed-off-by: John Snow --- block.

[Qemu-devel] [PATCH v13 09/17] qmp: add block-dirty-bitmap-clear

2015-02-13 Thread John Snow
Add bdrv_clear_dirty_bitmap and a matching QMP command, qmp_block_dirty_bitmap_clear that enables a user to reset the bitmap attached to a drive. This allows us to reset a bitmap in the event of a full drive backup. Signed-off-by: John Snow --- block.c | 8 blockdev.c