[Qemu-devel] [PATCH for-2.10 v2 0/2] Fix hotplug of PCI passthrought device on Xen

Anthony PERARD posted 2 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170815111549.6232-1-anthony.perard@citrix.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
hw/acpi/piix4.c      | 11 +++--------
hw/i386/acpi-build.c | 25 ++++++++++++++++---------
2 files changed, 19 insertions(+), 17 deletions(-)
[Qemu-devel] [PATCH for-2.10 v2 0/2] Fix hotplug of PCI passthrought device on Xen
Posted by Anthony PERARD 6 years, 7 months ago
Adding PCI passthrough before the guest start works fine (broken in 2.9 but now
fixed), but hotplug does not work anymore.

Anthony PERARD (2):
  hw/acpi: Call acpi_set_pci_info when no ACPI tables needed
  Revert "ACPI: don't call acpi_pcihp_device_plug_cb on xen"

 hw/acpi/piix4.c      | 11 +++--------
 hw/i386/acpi-build.c | 25 ++++++++++++++++---------
 2 files changed, 19 insertions(+), 17 deletions(-)

-- 
Anthony PERARD