From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNRvc-0008SV-Bg for qemu-devel@nongnu.org; Mon, 16 Feb 2015 15:06:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNRvV-0001D4-42 for qemu-devel@nongnu.org; Mon, 16 Feb 2015 15:05:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNRvU-0001Cp-Tq for qemu-devel@nongnu.org; Mon, 16 Feb 2015 15:05:53 -0500 Message-ID: <54E24D9E.40405@redhat.com> Date: Mon, 16 Feb 2015 15:05:50 -0500 From: Max Reitz MIME-Version: 1.0 References: <1423865338-8576-1-git-send-email-jsnow@redhat.com> <1423865338-8576-10-git-send-email-jsnow@redhat.com> In-Reply-To: <1423865338-8576-10-git-send-email-jsnow@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v13 09/17] qmp: add block-dirty-bitmap-clear List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow , qemu-devel@nongnu.org Cc: kwolf@redhat.com, famz@redhat.com, armbru@redhat.com, vsementsov@parallels.com, stefanha@redhat.com 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.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