summaryrefslogtreecommitdiffstats
path: root/qapi
diff options
context:
space:
mode:
authorThomas Huth2018-05-15 18:26:20 +0200
committerMichael Tokarev2018-05-20 07:57:56 +0200
commit4088b5536436090207dcf6d15e47908f74b2d8f2 (patch)
treef6b89d97834d58a5bef7d0e6558e65c85ef911a9 /qapi
parentgdbstub: Handle errors in gdb_accept() (diff)
downloadqemu-4088b5536436090207dcf6d15e47908f74b2d8f2.tar.gz
qemu-4088b5536436090207dcf6d15e47908f74b2d8f2.tar.xz
qemu-4088b5536436090207dcf6d15e47908f74b2d8f2.zip
qapi/net.json: Fix the version number of the "vlan" removal
"vlan" will be dropped in 2.13, not in 2.12. And while we're at it, use the better wording "dropped in" instead of "removed with" (also for the "dump" removal). Reported-by: Stefan Hajnoczi <stefanha@redhat.com> Reported-by: Eric Blake <eblake@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/net.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi/net.json b/qapi/net.json
index b4fe4b660b..b8adf1f03f 100644
--- a/qapi/net.json
+++ b/qapi/net.json
@@ -450,7 +450,7 @@
#
# Since: 2.7
#
-# 'dump' - removed with 2.12
+# 'dump': dropped in 2.12
##
{ 'enum': 'NetClientDriver',
'data': [ 'none', 'nic', 'user', 'tap', 'l2tpv3', 'socket', 'vde',
@@ -498,7 +498,7 @@
#
# Since: 1.2
#
-# 'vlan' - removed with 2.12
+# 'vlan': dropped in 2.13
##
{ 'struct': 'NetLegacy',
'data': {