qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 64/72] qapi: Extract blockdev-add definition into


From: Benoît Canet
Subject: [Qemu-devel] [PATCH v1 64/72] qapi: Extract blockdev-add definition into qapi/block-core.json
Date: Sat, 31 May 2014 13:51:43 +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 0e38f83..c888d23 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3162,17 +3162,6 @@
   'returns': ['RxFilterInfo'] }
 
 ##
-# @blockdev-add:
-#
-# Creates a new block device.
-#
-# @options: block device options for the new device
-#
-# Since: 1.7
-##
-{ 'command': 'blockdev-add', 'data': { 'options': 'BlockdevOptions' } }
-
-##
 # @InputButton
 #
 # Button of a pointer input device (mouse, tablet).
diff --git a/qapi/block-core.json b/qapi/block-core.json
index b8b4fe1..f8d9914 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -1435,3 +1435,14 @@
   'data': { 'definition': 'BlockdevOptions',
             'reference': 'str' } }
 
+##
+# @blockdev-add:
+#
+# Creates a new block device.
+#
+# @options: block device options for the new device
+#
+# Since: 1.7
+##
+{ 'command': 'blockdev-add', 'data': { 'options': 'BlockdevOptions' } }
+
-- 
1.9.1




reply via email to

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