qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [PATCH] qapi/net.json: Fix the version number of the


From: Jason Wang
Subject: Re: [Qemu-trivial] [PATCH] qapi/net.json: Fix the version number of the "vlan" removal
Date: Mon, 21 May 2018 10:58:39 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0



On 2018年05月16日 00:26, Thomas Huth wrote:
"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 <address@hidden>
Reported-by: Eric Blake <address@hidden>
Signed-off-by: Thomas Huth <address@hidden>
---
  qapi/net.json | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qapi/net.json b/qapi/net.json
index b4fe4b6..b8adf1f 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': {

Applied.

Thanks



reply via email to

[Prev in Thread] Current Thread [Next in Thread]