qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 29/72] qapi: Extract NewImageMode definition into


From: Benoît Canet
Subject: [Qemu-devel] [PATCH v1 29/72] qapi: Extract NewImageMode definition into qapi/block-core.json
Date: Sat, 31 May 2014 13:51:08 +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 88b12d4..a317aa2 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -1201,23 +1201,6 @@
 { 'command': 'balloon', 'data': {'value': 'int'} }
 
 ##
-# @NewImageMode
-#
-# An enumeration that tells QEMU how to set the backing file path in
-# a new image file.
-#
-# @existing: QEMU should look for an existing image file.
-#
-# @absolute-paths: QEMU should create a new image with absolute paths
-# for the backing file. If there is no backing file available, the new
-# image will not be backed either.
-#
-# Since: 1.1
-##
-{ 'enum': 'NewImageMode',
-  'data': [ 'existing', 'absolute-paths' ] }
-
-##
 # @BlockdevSnapshot
 #
 # Either @device or @node-name must be set but not both.
diff --git a/qapi/block-core.json b/qapi/block-core.json
index a23c1ef..c5bdfb9 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -582,3 +582,20 @@
                                        '*node-name': 'str',
                                        'size': 'int' }}
 
+##
+# @NewImageMode
+#
+# An enumeration that tells QEMU how to set the backing file path in
+# a new image file.
+#
+# @existing: QEMU should look for an existing image file.
+#
+# @absolute-paths: QEMU should create a new image with absolute paths
+# for the backing file. If there is no backing file available, the new
+# image will not be backed either.
+#
+# Since: 1.1
+##
+{ 'enum': 'NewImageMode',
+  'data': [ 'existing', 'absolute-paths' ] }
+
-- 
1.9.1




reply via email to

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