Revert "ACPI: don't call acpi_pcihp_device_plug_cb on xen"
commit2bed1ba77fae50bc8b5e68ede2d80b652b30c3b8
authorAnthony PERARD <anthony.perard@citrix.com>
Wed, 6 Sep 2017 13:40:33 +0000 (6 14:40 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 8 Sep 2017 13:15:17 +0000 (8 16:15 +0300)
treec55a76f950ca3abda45aeb41f2554e79c8435c66
parentab938ae43f8a3a71a3525566edf586081b7a7452
Revert "ACPI: don't call acpi_pcihp_device_plug_cb on xen"

This reverts commit 153eba4726dfa1bdfc31d1fe973b2a61b9035492.

This patch prevents PCI passthrough hotplug on Xen. Even if the Xen tool
stack prepares its own ACPI tables, we still rely on QEMU for hotplug
ACPI notifications.

The original issue is fixed by the two previous patch:
  hw/acpi: Limit hotplug to root bus on legacy mode
  hw/acpi: Move acpi_set_pci_info to pcihp

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/acpi/piix4.c