Re: [libvirt] [PATCH 09/13] qemu: process: Change semantics of functions starting PR daemon

2018-05-15 Thread Peter Krempa
On Mon, May 14, 2018 at 16:33:58 -0400, John Ferlan wrote: > > > On 05/14/2018 06:45 AM, Peter Krempa wrote: > > Libvirt only manages one PR daemon. This means that we don't need to > > pass the 'disk' object and also rename the functions dealing with this > > so that it's obvious we only deal wi

Re: [libvirt] [PATCH 09/13] qemu: process: Change semantics of functions starting PR daemon

2018-05-14 Thread John Ferlan
On 05/14/2018 06:45 AM, Peter Krempa wrote: > Libvirt only manages one PR daemon. This means that we don't need to > pass the 'disk' object and also rename the functions dealing with this > so that it's obvious we only deal with the managed PR daemon. > > Signed-off-by: Peter Krempa

[libvirt] [PATCH 09/13] qemu: process: Change semantics of functions starting PR daemon

2018-05-14 Thread Peter Krempa
Libvirt only manages one PR daemon. This means that we don't need to pass the 'disk' object and also rename the functions dealing with this so that it's obvious we only deal with the managed PR daemon. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 6 +++--- src/qemu/qemu_process.c |