qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 53/72] qapi: Extract BlockdevOptionsGenericFormat


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

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

diff --git a/qapi-schema.json b/qapi-schema.json
index 547d90a..e96b746 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3162,19 +3162,6 @@
   'returns': ['RxFilterInfo'] }
 
 ##
-# @BlockdevOptionsGenericFormat
-#
-# Driver specific block device options for image format that have no option
-# besides their data source.
-#
-# @file:        reference to or definition of the data source block device
-#
-# Since: 1.7
-##
-{ 'type': 'BlockdevOptionsGenericFormat',
-  'data': { 'file': 'BlockdevRef' } }
-
-##
 # @BlockdevOptionsGenericCOWFormat
 #
 # Driver specific block device options for image format that have no option
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 6e2c443..3ce836c 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -1182,3 +1182,16 @@
   'data': { 'dir': 'str', '*fat-type': 'int', '*floppy': 'bool',
             '*rw': 'bool' } }
 
+##
+# @BlockdevOptionsGenericFormat
+#
+# Driver specific block device options for image format that have no option
+# besides their data source.
+#
+# @file:        reference to or definition of the data source block device
+#
+# Since: 1.7
+##
+{ 'type': 'BlockdevOptionsGenericFormat',
+  'data': { 'file': 'BlockdevRef' } }
+
-- 
1.9.1




reply via email to

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