From: Avi Kivity <[EMAIL PROTECTED]> qemu can't share isa irqs (which is how the acpi sci interrupt is implemented) with the pci irqs, so remove the sci interrupt from the pci link interrupt candidate list.
Signed-off-by: Avi Kivity <[EMAIL PROTECTED]> diff --git a/bios/acpi-dsdt.dsl b/bios/acpi-dsdt.dsl index df255ce..b597fae 100755 --- a/bios/acpi-dsdt.dsl +++ b/bios/acpi-dsdt.dsl @@ -383,7 +383,7 @@ DefinitionBlock ( Name(_UID, 1) Name(_PRS, ResourceTemplate(){ Interrupt (, Level, ActiveHigh, Shared) - { 5, 9, 10, 11 } + { 5, 10, 11 } }) Method (_STA, 0, NotSerialized) { @@ -428,7 +428,7 @@ DefinitionBlock ( Name(_UID, 2) Name(_PRS, ResourceTemplate(){ Interrupt (, Level, ActiveHigh, Shared) - { 5, 9, 10, 11 } + { 5, 10, 11 } }) Method (_STA, 0, NotSerialized) { @@ -473,7 +473,7 @@ DefinitionBlock ( Name(_UID, 3) Name(_PRS, ResourceTemplate(){ Interrupt (, Level, ActiveHigh, Shared) - { 5, 9, 10, 11 } + { 5, 10, 11 } }) Method (_STA, 0, NotSerialized) { @@ -518,7 +518,7 @@ DefinitionBlock ( Name(_UID, 4) Name(_PRS, ResourceTemplate(){ Interrupt (, Level, ActiveHigh, Shared) - { 5, 9, 10, 11 } + { 5, 10, 11 } }) Method (_STA, 0, NotSerialized) { ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ kvm-commits mailing list kvm-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-commits