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

2018-04-16 Thread Michal Privoznik
On 04/14/2018 05:14 PM, John Ferlan wrote: > > > 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 >> --- >>

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

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

2018-04-10 Thread Michal Privoznik
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 ++ 1 file changed, 38 insertions(+) diff --git