Re: [Qemu-devel] [PATCH v7 4/6] qcow2: Add support for ImageInfoSpecific

2013-10-08 Thread Kevin Wolf
Am 02.10.2013 um 10:39 hat Max Reitz geschrieben: Add a new ImageInfoSpecificQCow2 type as a subtype of ImageInfoSpecific. This contains the compatibility level as a string and an optional lazy_refcounts boolean (optional means mandatory for compat = 1.1 and not available for compat == 0.10).

[Qemu-devel] [PATCH v7 4/6] qcow2: Add support for ImageInfoSpecific

2013-10-02 Thread Max Reitz
Add a new ImageInfoSpecificQCow2 type as a subtype of ImageInfoSpecific. This contains the compatibility level as a string and an optional lazy_refcounts boolean (optional means mandatory for compat = 1.1 and not available for compat == 0.10). Also, add qcow2_get_specific_info, which returns this