Signed-off-by: Benoit Canet <ben...@irqsave.net> --- 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