From c27de2a3e9c8664116287d639bacd600e61a6b45 Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Wed, 11 Dec 2013 09:49:14 +0100 Subject: qapi-schema: fix QEMU 1.8 references 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(-) (limited to 'qapi-schema.json') diff --git a/qapi-schema.json b/qapi-schema.json index c3c939c8c3..5aa4581792 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': { -- cgit v1.2.1