qemu/hw/acpi
Michael S. Tsirkin db4728e6fe pcihp: generalization of piix4 acpi
Add ACPI based PCI hotplug library with bridge hotplug
support.
Design
   - each bus gets assigned "bsel" property.
   - ACPI code writes this number
     to a new BNUM register, then uses existing
     UP/DOWN registers to probe slot status;
     to eject, write number to BNUM register,
     then slot into existing EJ.

The interface is actually backwards-compatible with
existing PIIX4 ACPI (though not migration compatible).

This is split out from PIIX4 codebase so we can
reuse it for Q35 as well.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2014-01-26 13:06:49 +02:00
..
core.c acpi: factor out common pm_update_sci() into acpi core 2013-12-23 13:12:34 +02:00
ich9.c acpi: ich9: allow guest to clear SCI rised by GPE 2013-12-23 13:12:34 +02:00
Makefile.objs pcihp: generalization of piix4 acpi 2014-01-26 13:06:49 +02:00
pcihp.c pcihp: generalization of piix4 acpi 2014-01-26 13:06:49 +02:00
piix4.c acpi,pci,pc,fedora,virtio fixes and enhancements 2014-01-10 11:04:48 -08:00