qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 51/72] qapi: Extract BlockdevOptionsFile definiti


From: Benoît Canet
Subject: [Qemu-devel] [PATCH v1 51/72] qapi: Extract BlockdevOptionsFile definition into qapi/block-core.json
Date: Sat, 31 May 2014 13:51:30 +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 59a7623..9957054 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -3162,19 +3162,6 @@
   'returns': ['RxFilterInfo'] }
 
 ##
-# @BlockdevOptionsFile
-#
-# Driver specific block device options for the file backend and similar
-# protocols.
-#
-# @filename:    path to the image file
-#
-# Since: 1.7
-##
-{ 'type': 'BlockdevOptionsFile',
-  'data': { 'filename': 'str' } }
-
-##
 # @BlockdevOptionsVVFAT
 #
 # Driver specific block device options for the vvfat protocol.
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 2038ef4..262d95c 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -1152,3 +1152,16 @@
             '*read-only': 'bool',
             '*detect-zeroes': 'BlockdevDetectZeroesOptions' } }
 
+##
+# @BlockdevOptionsFile
+#
+# Driver specific block device options for the file backend and similar
+# protocols.
+#
+# @filename:    path to the image file
+#
+# Since: 1.7
+##
+{ 'type': 'BlockdevOptionsFile',
+  'data': { 'filename': 'str' } }
+
-- 
1.9.1




reply via email to

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