diff mbox

[v1,08/72] qapi: Extract ImageInfoSpecificQCow2 definition into qapi/block-core.json

Message ID 1401537111-10221-9-git-send-email-benoit.canet@irqsave.net
State New
Headers show

Commit Message

Benoît Canet May 31, 2014, 11:50 a.m. UTC
Signed-off-by: Benoit Canet <benoit@irqsave.net>
---
 qapi-schema.json     | 15 ---------------
 qapi/block-core.json | 15 +++++++++++++++
 2 files changed, 15 insertions(+), 15 deletions(-)

Comments

Eric Blake June 2, 2014, 2:48 p.m. UTC | #1
On 05/31/2014 05:50 AM, Benoît Canet wrote:
> Signed-off-by: Benoit Canet <benoit@irqsave.net>
> ---
>  qapi-schema.json     | 15 ---------------
>  qapi/block-core.json | 15 +++++++++++++++
>  2 files changed, 15 insertions(+), 15 deletions(-)
> 

> +  } }
> +
> 

Similar comments as in 2/72 about trailing blank lines.
diff mbox

Patch

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'
+  } }
+