kvm: bios: Move _PR to SSDT
commitf254d7439c823cc3eac4b662bcf9aafdc1fe5ae7
authorJes Sorensen <jes@sgi.com>
Tue, 16 Jun 2009 10:26:41 +0000 (16 12:26 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 21 Jun 2009 13:04:31 +0000 (21 16:04 +0300)
treef8cf641c82db0006fb1d795125cedbb8a460815e
parent0ed8cfc05bb012e52b92771bb13bef0e2e80c828
kvm: bios: Move _PR to SSDT

Move _PR block from the DSDT to a new SSDT in the KVM BIOS. As AML,
or at least Windows doesn't allow forward declarations of Methods,
it is necessary to declare the _GPE._L02 Method in the SSDT as well.

This will make it possible to plug in different SSDTs with different
processor counts in the future.

Signed-off-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
kvm/bios/Makefile
kvm/bios/acpi-dsdt.dsl
kvm/bios/acpi-ssdt.dsl [new file with mode: 0644]
kvm/bios/rombios32.c