]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Move volume XMLs out of storagevolxml2argvdata
authorJán Tomko <jtomko@redhat.com>
Mon, 22 Jul 2013 13:44:06 +0000 (15:44 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 25 Jul 2013 11:26:41 +0000 (13:26 +0200)
commit3a75fca28964a320e5590ff2d14e36c5ea8bf7f5
tree70fe128fa269e375ca00569bc9ba230e15ba9468
parent823778829e851495d20d6d68a8cedafc85ad7ef5
Move volume XMLs out of storagevolxml2argvdata

Reuse the XML files in storagevolxml2xmlin.

(This requires changing a few backing files to /dev/null,
since virStorageBackendCreateQemuImgCmd checks for its
presence)
14 files changed:
tests/storagevolxml2argvdata/vol-file.xml [deleted file]
tests/storagevolxml2argvdata/vol-qcow2-1.1.xml [deleted file]
tests/storagevolxml2argvtest.c
tests/storagevolxml2xmlin/vol-qcow2-0.10-lazy.xml [moved from tests/storagevolxml2argvdata/vol-qcow2-0.10-lazy.xml with 100% similarity]
tests/storagevolxml2xmlin/vol-qcow2-1.1.xml
tests/storagevolxml2xmlin/vol-qcow2-lazy.xml
tests/storagevolxml2xmlin/vol-qcow2-nobacking.xml [moved from tests/storagevolxml2argvdata/vol-qcow2-nobacking.xml with 100% similarity]
tests/storagevolxml2xmlin/vol-qcow2.xml
tests/storagevolxml2xmlout/vol-qcow2-0.10-lazy.xml [moved from tests/storagevolxml2argvdata/vol-qcow2-lazy.xml with 84% similarity]
tests/storagevolxml2xmlout/vol-qcow2-1.1.xml
tests/storagevolxml2xmlout/vol-qcow2-lazy.xml
tests/storagevolxml2xmlout/vol-qcow2-nobacking.xml [moved from tests/storagevolxml2argvdata/vol-qcow2.xml with 55% similarity]
tests/storagevolxml2xmlout/vol-qcow2.xml
tests/storagevolxml2xmltest.c