qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] qapi-schema: fix QEMU 1.8 references


From: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH] qapi-schema: fix QEMU 1.8 references
Date: Wed, 11 Dec 2013 17:49:21 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

On 2013年12月11日 16:49, Stefan Hajnoczi wrote:
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 <address@hidden>
---
  qapi-schema.json | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qapi-schema.json b/qapi-schema.json
index d6f8615..5aa4581 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -949,7 +949,7 @@
  #             (only present if removable is true)
  #
  # @dirty-bitmaps: #optional dirty bitmaps information (only present if the
-#                 driver has one or more dirty bitmaps) (Since 1.8)
+#                 driver has one or more dirty bitmaps) (Since 2.0)
  #
  # @io-status: #optional @BlockDeviceIoStatus. Only present if the device
  #             supports it and the VM is configured to stop on errors
@@ -3022,7 +3022,7 @@
  #
  # @devname: #optional path of the netmap device (default: '/dev/netmap').
  #
-# Since 1.8
+# Since 2.0
  ##
  { 'type': 'NetdevNetmapOptions',
    'data': {


Reviewed-by: Fam Zheng <address@hidden>



reply via email to

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