mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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>
This commit is contained in:
parent
2f652224f7
commit
4088b55364
1 changed files with 2 additions and 2 deletions
|
@ -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': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue