Re: [libvirt] [PATCH 1/7] pci: keep a stubDriver in each virPCIDevice

2013-04-24 Thread Eric Blake
On 04/24/2013 01:26 PM, Laine Stump wrote: > This can be set when the virPCIDevice is created and placed on a list, > then used later when traversing the list to determine which stub > driver to bind/unbind for managed devices. > > The existing Detach and Attach functions' signatures haven't been

[libvirt] [PATCH 1/7] pci: keep a stubDriver in each virPCIDevice

2013-04-24 Thread Laine Stump
This can be set when the virPCIDevice is created and placed on a list, then used later when traversing the list to determine which stub driver to bind/unbind for managed devices. The existing Detach and Attach functions' signatures haven't been changed (they still accept a stub driver name in the