qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 35/72] qapi: Extract query-named-block-nodes defi


From: Benoît Canet
Subject: [Qemu-devel] [PATCH v1 35/72] qapi: Extract query-named-block-nodes definition into qapi/block-core.json
Date: Sat, 31 May 2014 13:51:14 +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 79595b1..a671db7 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -1338,17 +1338,6 @@
   'returns': 'str' }
 
 ##
-# @query-named-block-nodes
-#
-# Get the named block driver list
-#
-# Returns: the list of BlockDeviceInfo
-#
-# Since 2.0
-##
-{ 'command': 'query-named-block-nodes', 'returns': [ 'BlockDeviceInfo' ] }
-
-##
 # @drive-mirror
 #
 # Start mirroring a block device's writes to a new destination.
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 7c4be1b..319b741 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -740,3 +740,14 @@
 ##
 { 'command': 'drive-backup', 'data': 'DriveBackup' }
 
+##
+# @query-named-block-nodes
+#
+# Get the named block driver list
+#
+# Returns: the list of BlockDeviceInfo
+#
+# Since 2.0
+##
+{ 'command': 'query-named-block-nodes', 'returns': [ 'BlockDeviceInfo' ] }
+
-- 
1.9.1




reply via email to

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