Re: [Qemu-devel] [PATCH 2/3] qapi: Add corrupt field to ImageInfoSpecificQCow2

2014-09-30 Thread Eric Blake
On 09/30/2014 01:31 PM, Max Reitz wrote: > Just like lazy-refcounts, this field will be present iff the qcow2 > compat level is 1.1 (or probably any future revision). > > As expected, this breaks some tests due to the new field present in > qemu-img info output; so fix their output accordingly. >

[Qemu-devel] [PATCH 2/3] qapi: Add corrupt field to ImageInfoSpecificQCow2

2014-09-30 Thread Max Reitz
Just like lazy-refcounts, this field will be present iff the qcow2 compat level is 1.1 (or probably any future revision). As expected, this breaks some tests due to the new field present in qemu-img info output; so fix their output accordingly. Suggested-by: Eric Blake Signed-off-by: Max Reitz