From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu2IL-0004Z2-Tz for qemu-devel@nongnu.org; Fri, 20 Dec 2013 10:47:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vu2IF-0000T6-VX for qemu-devel@nongnu.org; Fri, 20 Dec 2013 10:47:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu2IF-0000Sl-Om for qemu-devel@nongnu.org; Fri, 20 Dec 2013 10:47:15 -0500 From: Stefan Hajnoczi Date: Fri, 20 Dec 2013 16:46:44 +0100 Message-Id: <1387554416-5837-7-git-send-email-stefanha@redhat.com> In-Reply-To: <1387554416-5837-1-git-send-email-stefanha@redhat.com> References: <1387554416-5837-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 06/18] qapi-schema: fix QEMU 1.8 references List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori We are moving boldly on to QEMU 2.0 in the next release. Some patches written at a time where we assumed 1.8 would be the next version number managed to sneak in. s/1.8/2.0/ in qapi-schema.json Signed-off-by: Stefan Hajnoczi Reviewed-by: Fam Zheng Reviewed-by: Eric Blake --- qapi-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi-schema.json b/qapi-schema.json index c3c939c..5aa4581 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3022,7 +3022,7 @@ # # @devname: #optional path of the netmap device (default: '/dev/netmap'). # -# Since 1.8 +# Since 2.0 ## { 'type': 'NetdevNetmapOptions', 'data': { -- 1.8.4.2