qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 63/72] qapi: Extract BlockdevRef definition into


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

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

diff --git a/qapi-schema.json b/qapi-schema.json
index 53e546b..0e38f83 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3162,23 +3162,6 @@
   'returns': ['RxFilterInfo'] }
 
 ##
-# @BlockdevRef
-#
-# Reference to a block device.
-#
-# @definition:      defines a new block device inline
-# @reference:       references the ID of an existing block device. An
-#                   empty string means that no block device should be
-#                   referenced.
-#
-# Since: 1.7
-##
-{ 'union': 'BlockdevRef',
-  'discriminator': {},
-  'data': { 'definition': 'BlockdevOptions',
-            'reference': 'str' } }
-
-##
 # @blockdev-add:
 #
 # Creates a new block device.
diff --git a/qapi/block-core.json b/qapi/block-core.json
index eb6f12b..b8b4fe1 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -1418,3 +1418,20 @@
       'quorum':     'BlockdevOptionsQuorum'
   } }
 
+##
+# @BlockdevRef
+#
+# Reference to a block device.
+#
+# @definition:      defines a new block device inline
+# @reference:       references the ID of an existing block device. An
+#                   empty string means that no block device should be
+#                   referenced.
+#
+# Since: 1.7
+##
+{ 'union': 'BlockdevRef',
+  'discriminator': {},
+  'data': { 'definition': 'BlockdevOptions',
+            'reference': 'str' } }
+
-- 
1.9.1




reply via email to

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