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

2013-09-30 Thread Eric Blake
On 09/23/2013 06:09 AM, Max Reitz wrote: 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,

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

2013-09-23 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