This is on top of patchset generating ACPI tables in qemu. Changes from v1: - fixed some bugs - fixed migration and cross version compatibility - rebased to latest bits
Michael S. Tsirkin (2): pci: add pci_for_each_bus qemu: piix: PCI bridge ACPI hotplug support docs/specs/acpi_pci_hotplug.txt | 8 + hw/acpi/piix4.c | 217 +++++++++++++++----- hw/i386/Makefile.objs | 2 +- hw/i386/acpi-build.c | 425 +++++++++++++++++++++++++++++++++++---- hw/i386/acpi-dsdt.dsl | 36 +++- hw/i386/pc_piix.c | 3 + hw/i386/ssdt-pcihp.dsl | 51 ----- hw/i386/ssdt-pcihp.hex.generated | 108 ---------- hw/pci/pci.c | 17 ++ include/hw/i386/pc.h | 5 +- include/hw/pci/pci.h | 3 + 11 files changed, 607 insertions(+), 268 deletions(-) delete mode 100644 hw/i386/ssdt-pcihp.dsl delete mode 100644 hw/i386/ssdt-pcihp.hex.generated -- MST