qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 01/11] qapi: Add transaction support to block


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH v4 01/11] qapi: Add transaction support to block-dirty-bitmap operations
Date: Mon, 18 May 2015 18:14:16 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

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 <address@hidden>
Signed-off-by: John Snow <address@hidden>
---
  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 <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]