Re: [libvirt] [PATCH 5/8] Split reprobe action from the virPCIUnbindFromStub into a new function

2015-10-30 Thread Andrea Bolognani
On Fri, 2015-10-30 at 04:59 +0530, Shivaprasad G Bhat wrote: > The reprobe needs to be called multiple times for vfio devices for each > device in the iommu group in future patch. So split the reprobe into a > new function. No functional change. > > Signed-off-by: Shivaprasad G Bhat

[libvirt] [PATCH 5/8] Split reprobe action from the virPCIUnbindFromStub into a new function

2015-10-29 Thread Shivaprasad G Bhat
The reprobe needs to be called multiple times for vfio devices for each device in the iommu group in future patch. So split the reprobe into a new function. No functional change. Signed-off-by: Shivaprasad G Bhat --- src/util/virpci.c | 54