qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 26/72] qapi: Extract query-block-jobs definition


From: Benoît Canet
Subject: [Qemu-devel] [PATCH v1 26/72] qapi: Extract query-block-jobs definition into qapi/block-core.json
Date: Sat, 31 May 2014 13:51:05 +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 ec08c0e..3aee262 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -1002,17 +1002,6 @@
 { 'command': 'query-pci', 'returns': ['PciInfo'] }
 
 ##
-# @query-block-jobs:
-#
-# Return information about long-running block device operations.
-#
-# Returns: a list of @BlockJobInfo for each active block job
-#
-# Since: 1.1
-##
-{ 'command': 'query-block-jobs', 'returns': ['BlockJobInfo'] }
-
-##
 # @quit:
 #
 # This command will cause the QEMU process to exit gracefully.  While every
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 5e2334c..bd0a7c8 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -512,3 +512,14 @@
            'offset': 'int', 'busy': 'bool', 'paused': 'bool', 'speed': 'int',
            'io-status': 'BlockDeviceIoStatus'} }
 
+##
+# @query-block-jobs:
+#
+# Return information about long-running block device operations.
+#
+# Returns: a list of @BlockJobInfo for each active block job
+#
+# Since: 1.1
+##
+{ 'command': 'query-block-jobs', 'returns': ['BlockJobInfo'] }
+
-- 
1.9.1




reply via email to

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