qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v1 10/72] qapi: Extract ImageInfoSpecific definition


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

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

diff --git a/qapi-schema.json b/qapi-schema.json
index 0c517f4..26bf23f 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -184,20 +184,6 @@
             'guest-panicked' ] }
 
 ##
-# @ImageInfoSpecific:
-#
-# A discriminated record of image format specific information structures.
-#
-# Since: 1.7
-##
-
-{ 'union': 'ImageInfoSpecific',
-  'data': {
-      'qcow2': 'ImageInfoSpecificQCow2',
-      'vmdk': 'ImageInfoSpecificVmdk'
-  } }
-
-##
 # @ImageInfo:
 #
 # Information about a QEMU image file
diff --git a/qapi/block-core.json b/qapi/block-core.json
index ed853d9..6aaddf7 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -67,3 +67,17 @@
       'extents': ['ImageInfo']
   } }
 
+##
+# @ImageInfoSpecific:
+#
+# A discriminated record of image format specific information structures.
+#
+# Since: 1.7
+##
+
+{ 'union': 'ImageInfoSpecific',
+  'data': {
+      'qcow2': 'ImageInfoSpecificQCow2',
+      'vmdk': 'ImageInfoSpecificVmdk'
+  } }
+
-- 
1.9.1




reply via email to

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