Re: [libvirt] [PATCH 08/13] qemu: Assign managed PR path when preparing storage source

2018-05-15 Thread Peter Krempa
On Mon, May 14, 2018 at 16:27:17 -0400, John Ferlan wrote: > > > On 05/14/2018 06:41 AM, Peter Krempa wrote: > > Rather than always checking which path to use pre-assign it when > > preparing storage source. > > > > This reduces the need to pass 'vm' around too much. For later use the > > path

Re: [libvirt] [PATCH 08/13] qemu: Assign managed PR path when preparing storage source

2018-05-14 Thread John Ferlan
On 05/14/2018 06:41 AM, Peter Krempa wrote: > Rather than always checking which path to use pre-assign it when > preparing storage source. > > This reduces the need to pass 'vm' around too much. For later use the > path can be retrieved from the status XML. > > Signed-off-by: Peter Krempa

[libvirt] [PATCH 08/13] qemu: Assign managed PR path when preparing storage source

2018-05-14 Thread Peter Krempa
Rather than always checking which path to use pre-assign it when preparing storage source. This reduces the need to pass 'vm' around too much. For later use the path can be retrieved from the status XML. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 18