qemu-devel
[Top][All Lists]
Advanced

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

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


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

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

diff --git a/qapi-schema.json b/qapi-schema.json
index 50cb25a..2507681 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -184,21 +184,6 @@
             'guest-panicked' ] }
 
 ##
-# @ImageInfoSpecificQCow2:
-#
-# @compat: compatibility level
-#
-# @lazy-refcounts: #optional on or off; only valid for compat >= 1.1
-#
-# Since: 1.7
-##
-{ 'type': 'ImageInfoSpecificQCow2',
-  'data': {
-      'compat': 'str',
-      '*lazy-refcounts': 'bool'
-  } }
-
-##
 # @ImageInfoSpecificVmdk:
 #
 # @create-type: The create type of VMDK image
diff --git a/qapi/block-core.json b/qapi/block-core.json
index f4948a4..3897c57 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -31,3 +31,18 @@
             'date-sec': 'int', 'date-nsec': 'int',
             'vm-clock-sec': 'int', 'vm-clock-nsec': 'int' } }
 
+##
+# @ImageInfoSpecificQCow2:
+#
+# @compat: compatibility level
+#
+# @lazy-refcounts: #optional on or off; only valid for compat >= 1.1
+#
+# Since: 1.7
+##
+{ 'type': 'ImageInfoSpecificQCow2',
+  'data': {
+      'compat': 'str',
+      '*lazy-refcounts': 'bool'
+  } }
+
-- 
1.9.1




reply via email to

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