]> xenbits.xensource.com Git - libvirt.git/commit
qemu: blockcopy: Use the mirror disk source to label the files
authorPeter Krempa <pkrempa@redhat.com>
Wed, 25 Jun 2014 15:15:17 +0000 (17:15 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 9 Jul 2014 09:43:16 +0000 (11:43 +0200)
commit9ff75a85e2004ddec4f5f51f41fe409f7bd0768e
tree6516a32c75291fcb1594f11be15cde6455c88ace
parent750177104d73ab5cfa8fb472da66ac2e13baec8e
qemu: blockcopy: Use the mirror disk source to label the files

Use the source struct and the corresponding function so that we can
avoid using the path separately. Now that
qemuDomainPrepareDiskChainElementPath isn't use anywhere, we can safely
remove it.

Additionally, the removal fixes a misaligned comment as the removed
function was added under a comment for a different function.
src/qemu/qemu_driver.c