qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 05/72] qapi: Extract query-commands definition in


From: Benoît Canet
Subject: [Qemu-devel] [PATCH v1 05/72] qapi: Extract query-commands definition into qapi/common.json
Date: Sat, 31 May 2014 13:50:44 +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 82d675e..1afe023 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -523,17 +523,6 @@
   'returns': 'str' }
 
 ##
-# @query-commands:
-#
-# Return a list of supported QMP commands by this server
-#
-# Returns: A list of @CommandInfo for all supported commands
-#
-# Since: 0.14.0
-##
-{ 'command': 'query-commands', 'returns': ['CommandInfo'] }
-
-##
 # @EventInfo:
 #
 # Information about a QMP event
diff --git a/qapi/common.json b/qapi/common.json
index 37caa5a..4e9a21f 100644
--- a/qapi/common.json
+++ b/qapi/common.json
@@ -76,3 +76,14 @@
 ##
 { 'type': 'CommandInfo', 'data': {'name': 'str'} }
 
+##
+# @query-commands:
+#
+# Return a list of supported QMP commands by this server
+#
+# Returns: A list of @CommandInfo for all supported commands
+#
+# Since: 0.14.0
+##
+{ 'command': 'query-commands', 'returns': ['CommandInfo'] }
+
-- 
1.9.1




reply via email to

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