Re: [libvirt] [PATCH v4 09/14] qemu: Introduce pr_helper to qemu.conf

2018-04-14 Thread John Ferlan
On 04/10/2018 10:58 AM, Michal Privoznik wrote: > Just like we allow users overriding path to bridge-helper > detected at compile time we can allow them to override path to > qemu-pr-helper. > > Signed-off-by: Michal Privoznik > --- > m4/virt-driver-qemu.m4 |

Re: [libvirt] [PATCH v4 13/14] qemu_hotplug: Hotunplug of reservations

2018-04-14 Thread John Ferlan
On 04/10/2018 10:58 AM, Michal Privoznik wrote: > If we are the last one to use pr-manager object we need to remove > it and also kill the qemu-pr-helper process. > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_hotplug.c | 38

Re: [libvirt] [PATCH v4 12/14] qemu_hotplug: Hotplug of reservations

2018-04-14 Thread John Ferlan
[...] > * > @@ -411,13 +434,16 @@ qemuDomainAttachDiskGeneric(virQEMUDriverPtr driver, > bool driveAdded = false; > bool secobjAdded = false; > bool encobjAdded = false; > +bool prmgrAdded = false; > bool prdStarted = false; > virQEMUDriverConfigPtr cfg =