Re: [libvirt] [PATCHv2 07/12] pci: update stubDriver name in virPCIDeviceBindToStub

2013-06-25 Thread Daniel P. Berrange
On Mon, Jun 24, 2013 at 11:05:33PM -0400, Laine Stump wrote: If the device is bound to a stub driver different from what is saved in the virPCIDevice's stubDriver attribute, update it. --- src/util/virpci.c | 8 1 file changed, 8 insertions(+) ACK Daniel -- |:

[libvirt] [PATCHv2 07/12] pci: update stubDriver name in virPCIDeviceBindToStub

2013-06-24 Thread Laine Stump
If the device is bound to a stub driver different from what is saved in the virPCIDevice's stubDriver attribute, update it. --- src/util/virpci.c | 8 1 file changed, 8 insertions(+) diff --git a/src/util/virpci.c b/src/util/virpci.c index 128f721..cbade1b 100644 --- a/src/util/virpci.c