qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 18/72] qapi: Extract query-block definition into


From: Benoît Canet
Subject: [Qemu-devel] [PATCH v1 18/72] qapi: Extract query-block definition into qapi/block-core.json
Date: Sat, 31 May 2014 13:50:57 +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 ec1bb00..31102cf 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -664,17 +664,6 @@
 { 'command': 'query-iothreads', 'returns': ['IOThreadInfo'] }
 
 ##
-# @query-block:
-#
-# Get a list of BlockInfo for all virtual block devices.
-#
-# Returns: a list of @BlockInfo describing each virtual block device
-#
-# Since: 0.14.0
-##
-{ 'command': 'query-block', 'returns': ['BlockInfo'] }
-
-##
 # @BlockDeviceStats:
 #
 # Statistics of a virtual block device or a block backing device.
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 24d45f1..7be8ffe 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -344,3 +344,14 @@
            '*tray_open': 'bool', '*io-status': 'BlockDeviceIoStatus',
            '*dirty-bitmaps': ['BlockDirtyInfo'] } }
 
+##
+# @query-block:
+#
+# Get a list of BlockInfo for all virtual block devices.
+#
+# Returns: a list of @BlockInfo describing each virtual block device
+#
+# Since: 0.14.0
+##
+{ 'command': 'query-block', 'returns': ['BlockInfo'] }
+
-- 
1.9.1




reply via email to

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