]> xenbits.xensource.com Git - libvirt.git/commit
qemu: process: Move handling of non-backing files into qemuDomainDetermineDiskChain
authorPeter Krempa <pkrempa@redhat.com>
Fri, 24 Nov 2017 11:04:14 +0000 (12:04 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 30 Nov 2017 21:40:23 +0000 (22:40 +0100)
commit24e47ee2b93312742f73a785b9ca788df4677749
tree323da2cd6f571a0bac5f15e095321433991b0e1c
parentb19710b9b6039728620a8d557a322ef139529226
qemu: process: Move handling of non-backing files into qemuDomainDetermineDiskChain

Until now we would skip loading of the backing chain for files which
don't support backing chains only when starting up the VM. Move the
check from qemuProcessPrepareHostStorage with some adaptations so that's
always applied.
src/qemu/qemu_domain.c
src/qemu/qemu_process.c