diff options
| author | Stefan Hajnoczi <stefanha@redhat.com> | 2013-12-11 09:49:14 +0100 |
|---|---|---|
| committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-12-20 09:11:57 +0100 |
| commit | c27de2a3e9c8664116287d639bacd600e61a6b45 (patch) | |
| tree | ef3e64e9c02053ee6750aeb3773472375a7a00cc | |
| parent | 87b7f2f8c8da4d2da2728f0f1ad207973f1ea834 (diff) | |
| download | focaccia-qemu-c27de2a3e9c8664116287d639bacd600e61a6b45.tar.gz focaccia-qemu-c27de2a3e9c8664116287d639bacd600e61a6b45.zip | |
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 <stefanha@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
| -rw-r--r-- | qapi-schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
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': { |