Re: [libvirt] [PATCH 7/7] qemu: process: move disk presence checking to host setup function

2017-10-05 Thread Peter Krempa
On Wed, Oct 04, 2017 at 18:21:24 +0200, Peter Krempa wrote: > On Wed, Oct 04, 2017 at 12:09:04 -0400, John Ferlan wrote: > > > > > > On 10/04/2017 07:42 AM, Peter Krempa wrote: > > > Checking of disk presence accesses storage on the host so it should be > > > done from the host setup function. Mo

Re: [libvirt] [PATCH 7/7] qemu: process: move disk presence checking to host setup function

2017-10-04 Thread Peter Krempa
On Wed, Oct 04, 2017 at 12:09:04 -0400, John Ferlan wrote: > > > On 10/04/2017 07:42 AM, Peter Krempa wrote: > > Checking of disk presence accesses storage on the host so it should be > > done from the host setup function. Move the code to new function called > > qemuProcessPrepareHostStorage and

Re: [libvirt] [PATCH 7/7] qemu: process: move disk presence checking to host setup function

2017-10-04 Thread John Ferlan
On 10/04/2017 07:42 AM, Peter Krempa wrote: > Checking of disk presence accesses storage on the host so it should be > done from the host setup function. Move the code to new function called > qemuProcessPrepareHostStorage and remove qemuDomainCheckDiskPresence. > --- > src/qemu/qemu_domain.c |

[libvirt] [PATCH 7/7] qemu: process: move disk presence checking to host setup function

2017-10-04 Thread Peter Krempa
Checking of disk presence accesses storage on the host so it should be done from the host setup function. Move the code to new function called qemuProcessPrepareHostStorage and remove qemuDomainCheckDiskPresence. --- src/qemu/qemu_domain.c | 41 - src/qemu/