]> xenbits.xensource.com Git - libvirt.git/commit
storage: add support for creating qcow2 images with extensions
authorJán Tomko <jtomko@redhat.com>
Thu, 16 May 2013 10:40:45 +0000 (12:40 +0200)
committerJán Tomko <jtomko@redhat.com>
Fri, 21 Jun 2013 11:25:30 +0000 (13:25 +0200)
commit6298f74d9aa4c3712f845873eed53f7f07d1a894
tree9b5e5f13a9829f0c7293502403bd0943855c268f
parent31d42506fb5650539c5475de86aa73a48f95b6b3
storage: add support for creating qcow2 images with extensions

Add -o compat= and -o lazy_refcounts options for qemu-img.
src/storage/storage_backend.c
tests/storagevolxml2argvdata/qcow2-1.1.argv [new file with mode: 0644]
tests/storagevolxml2argvdata/qcow2-lazy.argv [new file with mode: 0644]
tests/storagevolxml2argvdata/vol-qcow2-0.10-lazy.xml [new file with mode: 0644]
tests/storagevolxml2argvdata/vol-qcow2-1.1.xml [new file with mode: 0644]
tests/storagevolxml2argvdata/vol-qcow2-lazy.xml [new file with mode: 0644]
tests/storagevolxml2argvtest.c