From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrWrf-0004gr-Fh for qemu-devel@nongnu.org; Fri, 13 Dec 2013 12:49:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VrWrZ-0003q5-CA for qemu-devel@nongnu.org; Fri, 13 Dec 2013 12:49:27 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VrWrZ-0003pz-44 for qemu-devel@nongnu.org; Fri, 13 Dec 2013 12:49:21 -0500 From: Kevin Wolf Date: Fri, 13 Dec 2013 18:48:59 +0100 Message-Id: <1386956943-19474-3-git-send-email-kwolf@redhat.com> In-Reply-To: <1386956943-19474-1-git-send-email-kwolf@redhat.com> References: <1386956943-19474-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 2/6] qapi-schema.json: Change 1.8 reference to 2.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org Reviewed-by: Eric Blake Signed-off-by: Kevin Wolf --- qapi-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi-schema.json b/qapi-schema.json index d6f8615..c3c939c 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) (Since 1.8) +# driver has one or more dirty bitmaps) (Since 2.0) # # @io-status: #optional @BlockDeviceIoStatus. Only present if the device # supports it and the VM is configured to stop on errors -- 1.8.1.4