From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqMxC-0001de-4r for qemu-devel@nongnu.org; Tue, 10 Dec 2013 08:02:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqMx6-0004Hl-77 for qemu-devel@nongnu.org; Tue, 10 Dec 2013 08:02:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqMx5-0004HK-VX for qemu-devel@nongnu.org; Tue, 10 Dec 2013 08:02:16 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rBAD2C6w024527 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 10 Dec 2013 08:02:13 -0500 From: Kevin Wolf Date: Tue, 10 Dec 2013 14:02:09 +0100 Message-Id: <1386680529-14791-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH] qapi-schema.json: Change 1.8 reference to 2.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com 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 8630eb5..cec892e 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