Re: [libvirt] [PATCH 4/7] hostdev: Add detachPCIDevices()

2016-01-22 Thread Daniel P. Berrange
On Tue, Jan 19, 2016 at 04:36:06PM +0100, Andrea Bolognani wrote: > This function mirrors reattachPCIDevices(). > > The handling of active and inactive devices is updated and made more > explicit, which means virHostdevPreparePCIDevices() has to be > updated as well. > --- >

Re: [libvirt] [PATCH 4/7] hostdev: Add detachPCIDevices()

2016-01-22 Thread Andrea Bolognani
On Fri, 2016-01-22 at 15:02 +, Daniel P. Berrange wrote: > On Tue, Jan 19, 2016 at 04:36:06PM +0100, Andrea Bolognani wrote: > > This function mirrors reattachPCIDevices(). > >  > > The handling of active and inactive devices is updated and made more > > explicit, which means

Re: [libvirt] [PATCH 4/7] hostdev: Add detachPCIDevices()

2016-01-22 Thread Daniel P. Berrange
On Fri, Jan 22, 2016 at 06:30:42PM +0100, Andrea Bolognani wrote: > On Fri, 2016-01-22 at 15:02 +, Daniel P. Berrange wrote: > > On Tue, Jan 19, 2016 at 04:36:06PM +0100, Andrea Bolognani wrote: > > > This function mirrors reattachPCIDevices(). > > >  > > > The handling of active and inactive

Re: [libvirt] [PATCH 4/7] hostdev: Add detachPCIDevices()

2016-01-21 Thread Andrea Bolognani
On Tue, 2016-01-19 at 16:36 +0100, Andrea Bolognani wrote: > This function mirrors reattachPCIDevices(). > > The handling of active and inactive devices is updated and made more > explicit, which means virHostdevPreparePCIDevices() has to be > updated as well. > --- >  src/util/virhostdev.c | 125

[libvirt] [PATCH 4/7] hostdev: Add detachPCIDevices()

2016-01-19 Thread Andrea Bolognani
This function mirrors reattachPCIDevices(). The handling of active and inactive devices is updated and made more explicit, which means virHostdevPreparePCIDevices() has to be updated as well. --- src/util/virhostdev.c | 125 ++ 1 file changed, 76