Re: [Qemu-devel] [PATCH v1 0/7] pci: hotplug handler reworks

2018-11-01 Thread David Hildenbrand
On 01.11.18 15:55, Igor Mammedov wrote: > On Wed, 31 Oct 2018 18:31:30 +0100 > David Hildenbrand wrote: > >> On 24.10.18 12:19, 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. Rou

Re: [Qemu-devel] [PATCH v1 0/7] pci: hotplug handler reworks

2018-11-01 Thread Igor Mammedov
On Wed, 31 Oct 2018 18:31:30 +0100 David Hildenbrand wrote: > On 24.10.18 12:19, 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 wh

Re: [Qemu-devel] [PATCH v1 0/7] pci: hotplug handler reworks

2018-10-31 Thread David Hildenbrand
On 24.10.18 12:19, 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 v1 0/7] pci: hotplug handler reworks

2018-10-24 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