Re: [libvirt] [PATCH 2/3] qemu: process: Move handling of non-backing files into qemuDomainDetermineDiskChain

2017-11-30 Thread Peter Krempa
On Wed, Nov 29, 2017 at 21:25:45 -0500, John Ferlan wrote: > > > On 11/24/2017 07:21 AM, Peter Krempa wrote: > > 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

Re: [libvirt] [PATCH 2/3] qemu: process: Move handling of non-backing files into qemuDomainDetermineDiskChain

2017-11-29 Thread John Ferlan
On 11/24/2017 07:21 AM, Peter Krempa wrote: > 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. > --- >

[libvirt] [PATCH 2/3] qemu: process: Move handling of non-backing files into qemuDomainDetermineDiskChain

2017-11-24 Thread Peter Krempa
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 | 17 +