qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 03/72] qapi: Extract query-version definition in


From: Benoît Canet
Subject: [Qemu-devel] [PATCH v1 03/72] qapi: Extract query-version definition in qapi/common.json
Date: Sat, 31 May 2014 13:50:42 +0200

Signed-off-by: Benoit Canet <address@hidden>
---
 qapi-schema.json | 11 -----------
 qapi/common.json | 11 +++++++++++
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/qapi-schema.json b/qapi-schema.json
index 915bd69..6d0aea2 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -110,17 +110,6 @@
 { 'command': 'query-name', 'returns': 'NameInfo' }
 
 ##
-# @query-version:
-#
-# Returns the current version of QEMU.
-#
-# Returns:  A @VersionInfo object describing the current version of QEMU.
-#
-# Since: 0.14.0
-##
-{ 'command': 'query-version', 'returns': 'VersionInfo' }
-
-##
 # @KvmInfo:
 #
 # Information about support for KVM acceleration
diff --git a/qapi/common.json b/qapi/common.json
index 36c625b..2f1093c 100644
--- a/qapi/common.json
+++ b/qapi/common.json
@@ -54,3 +54,14 @@
   'data': {'qemu': {'major': 'int', 'minor': 'int', 'micro': 'int'},
            'package': 'str'} }
 
+##
+# @query-version:
+#
+# Returns the current version of QEMU.
+#
+# Returns:  A @VersionInfo object describing the current version of QEMU.
+#
+# Since: 0.14.0
+##
+{ 'command': 'query-version', 'returns': 'VersionInfo' }
+
-- 
1.9.1




reply via email to

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