Re: [libvirt] [PATCH v2 7/8] Move the detach of PCI device to the beginnging of live hotplug

2016-05-23 Thread Shivaprasad bhat
On May 20, 2016 12:36 AM, "Laine Stump" wrote: > > On 05/19/2016 02:46 PM, Shivaprasad bhat wrote: >> >> >> >> On Fri, May 20, 2016 at 12:05 AM, Laine Stump wrote: >>> >>> On 05/18/2016 05:35 PM, Shivaprasad G Bhat wrote: The hostdevices are the only devices which have dependencies

Re: [libvirt] [PATCH v2 7/8] Move the detach of PCI device to the beginnging of live hotplug

2016-05-19 Thread Laine Stump
On 05/19/2016 02:46 PM, Shivaprasad bhat wrote: On Fri, May 20, 2016 at 12:05 AM, Laine Stump > wrote: On 05/18/2016 05:35 PM, Shivaprasad G Bhat wrote: The hostdevices are the only devices which have dependencies outside of themselves such that, o

Re: [libvirt] [PATCH v2 7/8] Move the detach of PCI device to the beginnging of live hotplug

2016-05-19 Thread Laine Stump
On 05/18/2016 05:35 PM, Shivaprasad G Bhat wrote: The hostdevices are the only devices which have dependencies outside of themselves such that, other functions of the PCI card should also have been detached from host driver before attempting the hotplug. Are you saying that all the functions on

Re: [libvirt] [PATCH v2 7/8] Move the detach of PCI device to the beginnging of live hotplug

2016-05-19 Thread Shivaprasad bhat
On Fri, May 20, 2016 at 12:05 AM, Laine Stump wrote: > On 05/18/2016 05:35 PM, Shivaprasad G Bhat wrote: > >> The hostdevices are the only devices which have dependencies >> outside of themselves such that, other functions of the PCI >> card should also have been detached from host driver before

[libvirt] [PATCH v2 7/8] Move the detach of PCI device to the beginnging of live hotplug

2016-05-18 Thread Shivaprasad G Bhat
The hostdevices are the only devices which have dependencies outside of themselves such that, other functions of the PCI card should also have been detached from host driver before attempting the hotplug. This patch moves the detach to the beginning of the hotplug so that the following patch can d