Re: [libvirt] [PATCH v5 3/5] storage: add support for creating qcow2 images with extensions

2013-06-24 Thread Ján Tomko
On 06/21/2013 08:40 PM, John Ferlan wrote: On 06/19/2013 11:24 AM, Ján Tomko wrote: +if (features format == VIR_STORAGE_FILE_QCOW2) { +for (i = 0; i VIR_STORAGE_FILE_FEATURE_LAST; i++) { +ignore_value(virBitmapGetBit(features, i, b)); +if (b) { +

Re: [libvirt] [PATCH v5 3/5] storage: add support for creating qcow2 images with extensions

2013-06-21 Thread Ján Tomko
On 06/20/2013 02:00 PM, Martin Kletzander wrote: On 06/19/2013 05:24 PM, Ján Tomko wrote: Add -o compat= and -o lazy_refcounts options for qemu-img. --- src/storage/storage_backend.c | 62 ++--- tests/storagevolxml2argvdata/qcow2-1.1.argv | 1 +

Re: [libvirt] [PATCH v5 3/5] storage: add support for creating qcow2 images with extensions

2013-06-21 Thread John Ferlan
On 06/19/2013 11:24 AM, Ján Tomko wrote: Add -o compat= and -o lazy_refcounts options for qemu-img. --- src/storage/storage_backend.c | 62 ++--- tests/storagevolxml2argvdata/qcow2-1.1.argv | 1 + tests/storagevolxml2argvdata/qcow2-lazy.argv|

Re: [libvirt] [PATCH v5 3/5] storage: add support for creating qcow2 images with extensions

2013-06-20 Thread Martin Kletzander
On 06/19/2013 05:24 PM, Ján Tomko wrote: Add -o compat= and -o lazy_refcounts options for qemu-img. --- src/storage/storage_backend.c | 62 ++--- tests/storagevolxml2argvdata/qcow2-1.1.argv | 1 + tests/storagevolxml2argvdata/qcow2-lazy.argv|

[libvirt] [PATCH v5 3/5] storage: add support for creating qcow2 images with extensions

2013-06-19 Thread Ján Tomko
Add -o compat= and -o lazy_refcounts options for qemu-img. --- src/storage/storage_backend.c | 62 ++--- tests/storagevolxml2argvdata/qcow2-1.1.argv | 1 + tests/storagevolxml2argvdata/qcow2-lazy.argv| 1 +