From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vgvto-0006Mv-Sg for qemu-devel@nongnu.org; Thu, 14 Nov 2013 07:19:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vgvti-0002H8-UL for qemu-devel@nongnu.org; Thu, 14 Nov 2013 07:19:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vgvti-0002Gz-M6 for qemu-devel@nongnu.org; Thu, 14 Nov 2013 07:19:46 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rAECJjh9031363 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 14 Nov 2013 07:19:45 -0500 Date: Thu, 14 Nov 2013 13:19:42 +0100 From: Kevin Wolf Message-ID: <20131114121942.GD9755@dhcp-200-207.str.redhat.com> References: <5283E4B1.7040908@redhat.com> <1384396401-4529-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1384396401-4529-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qapi: Add (Since 1.8) to BlockInfo.dirty-bitmaps List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, stefanha@redhat.com Am 14.11.2013 um 03:33 hat Fam Zheng geschrieben: > Signed-off-by: Fam Zheng > --- > qapi-schema.json | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/qapi-schema.json b/qapi-schema.json > index 931d710..3f2b5ef 100644 > --- a/qapi-schema.json > +++ b/qapi-schema.json > @@ -949,7 +949,7 @@ > # (only present if removable is true) > # > # @dirty-bitmaps: #optional dirty bitmaps information (only present if the > -# driver has one or more dirty bitmaps) > +# driver has one or more dirty bitmaps) (Since 1.8) > # > # @io-status: #optional @BlockDeviceIoStatus. Only present if the device > # supports it and the VM is configured to stop on errors Thanks, updated the patch in my queue with this. Kevin