Re: [libvirt] [PATCH 2/7] util: add support for qcow2v3 image detection

2013-06-10 Thread Martin Kletzander
On 06/10/2013 02:10 PM, Ján Tomko wrote: > Detect qcow2 images with version 3 in the image header as > VIR_STORAGE_FILE_QCOW2. > > These images have a feature bitfield, with just one feature supported > so far: lazy_refcounts. > > The header length changed too, moving the location of the backing

[libvirt] [PATCH 2/7] util: add support for qcow2v3 image detection

2013-06-10 Thread Ján Tomko
Detect qcow2 images with version 3 in the image header as VIR_STORAGE_FILE_QCOW2. These images have a feature bitfield, with just one feature supported so far: lazy_refcounts. The header length changed too, moving the location of the backing format name. --- src/util/virstoragefile.c | 164 +