]> git.ipfire.org Git - thirdparty/qemu.git/commit
Revert "ACPI: don't call acpi_pcihp_device_plug_cb on xen"
authorAnthony PERARD <anthony.perard@citrix.com>
Wed, 6 Sep 2017 13:40:33 +0000 (14:40 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 28 Sep 2017 21:53:20 +0000 (16:53 -0500)
commit6a903482b144e26f298b307c525fcd12a2486d7b
treee6a72303137cb0f5989bcfdc84d35c4f0269291e
parent8edf4c6adc2a424647fbd6411e0c06713e721626
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>
(cherry picked from commit 2bed1ba77fae50bc8b5e68ede2d80b652b30c3b8)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/acpi/piix4.c