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

2018-04-17 Thread John Ferlan
On 04/16/2018 10:57 AM, Michal Privoznik wrote: > On 04/14/2018 05:14 PM, John Ferlan wrote: >> >> >> On 04/10/2018 10:58 AM, Michal Privoznik wrote: >>> When attaching a disk that requires pr-manager we might need to >>> plug the pr-manager object too. >>> >>> Signed-off-by: Michal Privoznik

Re: [libvirt] [PATCH v4 12/14] qemu_hotplug: Hotplug 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: >> When attaching a disk that requires pr-manager we might need to >> plug the pr-manager object too. >> >> Signed-off-by: Michal Privoznik >> --- >> src/qemu/qemu_hotplug.c |

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

2018-04-16 Thread Michal Privoznik
On 04/14/2018 05:18 PM, John Ferlan wrote: > [...] > >> * >> @@ -411,13 +434,16 @@ qemuDomainAttachDiskGeneric(virQEMUDriverPtr driver, >> bool driveAdded = false; >> bool secobjAdded = false; >> bool encobjAdded = false; >> +bool prmgrAdded = false; >> bool prdStarted =

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

2018-04-15 Thread John Ferlan
On 04/10/2018 10:58 AM, Michal Privoznik wrote: > When attaching a disk that requires pr-manager we might need to > plug the pr-manager object too. > > Signed-off-by: Michal Privoznik > --- > src/qemu/qemu_hotplug.c | 41 + > 1 file

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 =

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

2018-04-10 Thread Michal Privoznik
When attaching a disk that requires pr-manager we might need to plug the pr-manager object too. Signed-off-by: Michal Privoznik --- src/qemu/qemu_hotplug.c | 41 + 1 file changed, 41 insertions(+) diff --git a/src/qemu/qemu_hotplug.c