acpi: add ssdt for pci hotplug
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 20 Nov 2011 17:56:59 +0000 (19:56 +0200)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 23 Nov 2011 02:52:02 +0000 (21:52 -0500)
commitc973788346e984a3d91f443008fdd613c30e3185
tree79cb3f4d27216b8045641af22540403e822b2bd3
parent70451b69250746f14100bd3c59692150111a096d
acpi: add ssdt for pci hotplug

The point of this split is to make runtime patching easier.

DSDT is required to supply: PCI0 - PCI root device object;
PCEJ - Method object to eject a PCI slot.
Additionally, SSDT is required to supply PCNT - Method object to notify
OSPM of a PCI slot event.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Makefile
src/acpi-dsdt.dsl
src/acpi-dsdt.hex
src/acpi.c
src/ssdt-pcihp.dsl [new file with mode: 0644]
src/ssdt-pcihp.hex [new file with mode: 0644]