qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 54/72] qapi: Extract BlockdevOptionsGenericCOWFor


From: Benoît Canet
Subject: [Qemu-devel] [PATCH v1 54/72] qapi: Extract BlockdevOptionsGenericCOWFormat definition into qapi/block-core.json
Date: Sat, 31 May 2014 13:51:33 +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 e96b746..ad0f1ae 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3162,23 +3162,6 @@
   'returns': ['RxFilterInfo'] }
 
 ##
-# @BlockdevOptionsGenericCOWFormat
-#
-# Driver specific block device options for image format that have no option
-# besides their data source and an optional backing file.
-#
-# @backing:     #optional reference to or definition of the backing file block
-#               device (if missing, taken from the image file content). It is
-#               allowed to pass an empty string here in order to disable the
-#               default backing file.
-#
-# Since: 1.7
-##
-{ 'type': 'BlockdevOptionsGenericCOWFormat',
-  'base': 'BlockdevOptionsGenericFormat',
-  'data': { '*backing': 'BlockdevRef' } }
-
-##
 # @BlockdevOptionsQcow2
 #
 # Driver specific block device options for qcow2.
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 3ce836c..b762e67 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -1195,3 +1195,20 @@
 { 'type': 'BlockdevOptionsGenericFormat',
   'data': { 'file': 'BlockdevRef' } }
 
+##
+# @BlockdevOptionsGenericCOWFormat
+#
+# Driver specific block device options for image format that have no option
+# besides their data source and an optional backing file.
+#
+# @backing:     #optional reference to or definition of the backing file block
+#               device (if missing, taken from the image file content). It is
+#               allowed to pass an empty string here in order to disable the
+#               default backing file.
+#
+# Since: 1.7
+##
+{ 'type': 'BlockdevOptionsGenericCOWFormat',
+  'base': 'BlockdevOptionsGenericFormat',
+  'data': { '*backing': 'BlockdevRef' } }
+
-- 
1.9.1




reply via email to

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