qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 04/72] qapi: Extract CommandInfo definition in qa


From: Benoît Canet
Subject: [Qemu-devel] [PATCH v1 04/72] qapi: Extract CommandInfo definition in qapi/common.json
Date: Sat, 31 May 2014 13:50:43 +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 6d0aea2..82d675e 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -523,17 +523,6 @@
   'returns': 'str' }
 
 ##
-# @CommandInfo:
-#
-# Information about a QMP command
-#
-# @name: The command name
-#
-# Since: 0.14.0
-##
-{ 'type': 'CommandInfo', 'data': {'name': 'str'} }
-
-##
 # @query-commands:
 #
 # Return a list of supported QMP commands by this server
diff --git a/qapi/common.json b/qapi/common.json
index 2f1093c..37caa5a 100644
--- a/qapi/common.json
+++ b/qapi/common.json
@@ -65,3 +65,14 @@
 ##
 { 'command': 'query-version', 'returns': 'VersionInfo' }
 
+##
+# @CommandInfo:
+#
+# Information about a QMP command
+#
+# @name: The command name
+#
+# Since: 0.14.0
+##
+{ 'type': 'CommandInfo', 'data': {'name': 'str'} }
+
-- 
1.9.1




reply via email to

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