On 12.05.2015 01:04, John Snow wrote:
This adds two qmp commands to transactions.
block-dirty-bitmap-add allows you to create a bitmap simultaneously
alongside a new full backup to accomplish a clean synchronization
point.

block-dirty-bitmap-clear allows you to reset a bitmap back to as-if
it were new, which can also be used alongside a full backup to
accomplish a clean synchronization point.

Signed-off-by: Fam Zheng <f...@redhat.com>
Signed-off-by: John Snow <js...@redhat.com>
---
  block.c                   |  19 +++++++-
  blockdev.c                | 114 +++++++++++++++++++++++++++++++++++++++++++++-
  docs/bitmaps.md           |   6 +--
  include/block/block.h     |   1 -
  include/block/block_int.h |   3 ++
  qapi-schema.json          |   6 ++-
  6 files changed, 139 insertions(+), 10 deletions(-)
Reviewed-by: Max Reitz <mre...@redhat.com>

Reply via email to