spapr: Direct all PCI hotplug to host bridge, rather than P2P bridge
commitcb600087060897ca73d231f3edbe7f70ae3ce67f
authorDavid Gibson <david@gibson.dropbear.id.au>
Fri, 15 Feb 2019 05:50:40 +0000 (15 16:50 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 12 Jun 2019 00:41:49 +0000 (12 10:41 +1000)
tree6a2f3d0d8914eb20387dd82977029ca23724eba7
parent05929a6c5dfe1028ef66250b7bbf11939f8e77cd
spapr: Direct all PCI hotplug to host bridge, rather than P2P bridge

A P2P bridge will attempt to handle the hotplug with SHPC, which doesn't
work in the PAPR environment.  Instead we want to direct all PCI hotplug
actions to the PAPR specific host bridge which will use the PAPR hotplug
mechanism.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
hw/ppc/spapr.c