qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 09/72] qapi: Extract ImageInfoSpecificQCow2 defin


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

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

diff --git a/qapi-schema.json b/qapi-schema.json
index 2507681..0c517f4 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -184,27 +184,6 @@
             'guest-panicked' ] }
 
 ##
-# @ImageInfoSpecificVmdk:
-#
-# @create-type: The create type of VMDK image
-#
-# @cid: Content id of image
-#
-# @parent-cid: Parent VMDK image's cid
-#
-# @extents: List of extent files
-#
-# Since: 1.7
-##
-{ 'type': 'ImageInfoSpecificVmdk',
-  'data': {
-      'create-type': 'str',
-      'cid': 'int',
-      'parent-cid': 'int',
-      'extents': ['ImageInfo']
-  } }
-
-##
 # @ImageInfoSpecific:
 #
 # A discriminated record of image format specific information structures.
diff --git a/qapi/block-core.json b/qapi/block-core.json
index 3897c57..ed853d9 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -46,3 +46,24 @@
       '*lazy-refcounts': 'bool'
   } }
 
+##
+# @ImageInfoSpecificVmdk:
+#
+# @create-type: The create type of VMDK image
+#
+# @cid: Content id of image
+#
+# @parent-cid: Parent VMDK image's cid
+#
+# @extents: List of extent files
+#
+# Since: 1.7
+##
+{ 'type': 'ImageInfoSpecificVmdk',
+  'data': {
+      'create-type': 'str',
+      'cid': 'int',
+      'parent-cid': 'int',
+      'extents': ['ImageInfo']
+  } }
+
-- 
1.9.1




reply via email to

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