From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlbBR-0006Cy-8B for qemu-devel@nongnu.org; Tue, 04 Nov 2014 05:17:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlbBL-00023M-32 for qemu-devel@nongnu.org; Tue, 04 Nov 2014 05:17:53 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35685) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlbBK-00022z-RY for qemu-devel@nongnu.org; Tue, 04 Nov 2014 05:17:47 -0500 Message-ID: <5458A7BE.2030101@redhat.com> Date: Tue, 04 Nov 2014 11:17:34 +0100 From: Max Reitz MIME-Version: 1.0 References: <1414639364-4499-1-git-send-email-famz@redhat.com> <1414639364-4499-7-git-send-email-famz@redhat.com> In-Reply-To: <1414639364-4499-7-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6 06/10] qmp: Add block-dirty-bitmap-enable and block-dirty-bitmap-disable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: Kevin Wolf , Benoit Canet , Vladimir Sementsov-Ogievskij , Markus Armbruster , Luiz Capitulino , John Snow , Stefan Hajnoczi , Jd , Paolo Bonzini On 2014-10-30 at 04:22, Fam Zheng wrote: > This allows to put the dirty bitmap into a disabled state where no more > writes will be tracked. > > It will be used before backup or writing to persistent file. > > Signed-off-by: Fam Zheng > --- > block.c | 15 +++++++++++++++ > blockdev.c | 42 ++++++++++++++++++++++++++++++++++++++++++ > include/block/block.h | 2 ++ > qapi/block-core.json | 28 ++++++++++++++++++++++++++++ > qmp-commands.hx | 10 ++++++++++ > 5 files changed, 97 insertions(+) Reviewed-by: Max Reitz