Re: [Qemu-devel] [PATCH v3 00/11] pci: hotplug handler reworks

2018-11-21 Thread David Hildenbrand
On 21.11.18 14:28, Michael S. Tsirkin wrote: > On Wed, Nov 21, 2018 at 01:43:05PM +0100, David Hildenbrand wrote: >> On 20.11.18 12:04, David Hildenbrand wrote: >>> This series reworks some pci hotplug handlers (except for s390, that will >>> require more work but is not required for now). >>> >>>

Re: [Qemu-devel] [PATCH v3 00/11] pci: hotplug handler reworks

2018-11-21 Thread Michael S. Tsirkin
On Wed, Nov 21, 2018 at 01:43:05PM +0100, David Hildenbrand wrote: > On 20.11.18 12:04, David Hildenbrand wrote: > > This series reworks some pci hotplug handlers (except for s390, that will > > require more work but is not required for now). > > > > 1. Route all unplug calls via the hotplug handl

Re: [Qemu-devel] [PATCH v3 00/11] pci: hotplug handler reworks

2018-11-21 Thread David Hildenbrand
On 20.11.18 12:04, David Hildenbrand wrote: > This series reworks some pci hotplug handlers (except for s390, that will > require more work but is not required for now). > > 1. Route all unplug calls via the hotplug handler when called from the >unplug_request handler. This will be required to

[Qemu-devel] [PATCH v3 00/11] pci: hotplug handler reworks

2018-11-20 Thread David Hildenbrand
This series reworks some pci hotplug handlers (except for s390, that will require more work but is not required for now). 1. Route all unplug calls via the hotplug handler when called from the unplug_request handler. This will be required to get multi-stage hotplug handlers running, but also