qemu-devel
[Top][All Lists]
Advanced

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

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


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH v13 09/17] qmp: add block-dirty-bitmap-clear
Date: Mon, 16 Feb 2015 15:05:50 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

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 <address@hidden>
---
  block.c               |  8 ++++++++
  blockdev.c            | 37 +++++++++++++++++++++++++++++++++++++
  include/block/block.h |  1 +
  qapi/block-core.json  | 14 ++++++++++++++
  qmp-commands.hx       | 24 ++++++++++++++++++++++++
  5 files changed, 84 insertions(+)

Reviewed-by: Max Reitz <address@hidden>



reply via email to

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