qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 21/72] qapi: Extract query-blockstats definition


From: Benoît Canet
Subject: [Qemu-devel] [PATCH v1 21/72] qapi: Extract query-blockstats definition into qapi/block-core.json
Date: Sat, 31 May 2014 13:51:00 +0200

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

diff --git a/qapi-schema.json b/qapi-schema.json
index 5d22e55..25c594a 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -664,17 +664,6 @@
 { 'command': 'query-iothreads', 'returns': ['IOThreadInfo'] }
 
 ##
-# @query-blockstats:
-#
-# Query the @BlockStats for all virtual block devices.
-#
-# Returns: A list of @BlockStats for each virtual block devices.
-#
-# Since: 0.14.0
-##
-{ 'command': 'query-blockstats', 'returns': ['BlockStats'] }
-
-##
 # @VncClientInfo:
 #
 # Information about a connected VNC client.
diff --git a/qapi/block-core.json b/qapi/block-core.json
index fddcb5f..282154b 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -413,3 +413,14 @@
            '*parent': 'BlockStats',
            '*backing': 'BlockStats'} }
 
+##
+# @query-blockstats:
+#
+# Query the @BlockStats for all virtual block devices.
+#
+# Returns: A list of @BlockStats for each virtual block devices.
+#
+# Since: 0.14.0
+##
+{ 'command': 'query-blockstats', 'returns': ['BlockStats'] }
+
-- 
1.9.1




reply via email to

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