Re: [libvirt] [PATCH 6/8] Pass activeDevs and inactiveDevs to virPCIDeviceUnbindFromStub and virPCIDeviceBindToStub

2015-11-01 Thread Shivaprasad bhat
On Fri, Oct 30, 2015 at 9:13 PM, Andrea Bolognani wrote: > On Fri, 2015-10-30 at 05:00 +0530, Shivaprasad G Bhat wrote: >> The inactiveDevs need to be selectively altered for more than one >> device in case of vfio devices. So, pass the whole list. >> >> Signed-off-by: Shivaprasad G Bhat >> --- >

Re: [libvirt] [PATCH 6/8] Pass activeDevs and inactiveDevs to virPCIDeviceUnbindFromStub and virPCIDeviceBindToStub

2015-10-30 Thread Andrea Bolognani
On Fri, 2015-10-30 at 05:00 +0530, Shivaprasad G Bhat wrote: > The inactiveDevs need to be selectively altered for more than one > device in case of vfio devices. So, pass the whole list. > > Signed-off-by: Shivaprasad G Bhat > --- > src/util/virpci.c | 38 +

[libvirt] [PATCH 6/8] Pass activeDevs and inactiveDevs to virPCIDeviceUnbindFromStub and virPCIDeviceBindToStub

2015-10-29 Thread Shivaprasad G Bhat
The inactiveDevs need to be selectively altered for more than one device in case of vfio devices. So, pass the whole list. Signed-off-by: Shivaprasad G Bhat --- src/util/virpci.c | 38 +- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/src/ut