From patchwork Fri Aug 14 12:21:56 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/6] kvm: bios: remove irq 9 from the pci interrupt link resources Date: Fri, 14 Aug 2009 02:21:56 -0000 From: Gerd Hoffmann X-Patchwork-Id: 31391 Message-Id: <1250252518-29300-5-git-send-email-kraxel@redhat.com> To: qemu-devel@nongnu.org Cc: Avi Kivity , Gerd Hoffmann From: Avi Kivity 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 Signed-off-by: Gerd Hoffmann --- acpi-dsdt.dsl | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/acpi-dsdt.dsl b/acpi-dsdt.dsl index 0bb5ca4..56fb787 100644 --- a/acpi-dsdt.dsl +++ b/acpi-dsdt.dsl @@ -442,7 +442,7 @@ DefinitionBlock ( Name(_UID, 1) Name(_PRS, ResourceTemplate(){ Interrupt (, Level, ActiveHigh, Shared) - { 5, 9, 10, 11 } + { 5, 10, 11 } }) Method (_STA, 0, NotSerialized) { @@ -487,7 +487,7 @@ DefinitionBlock ( Name(_UID, 2) Name(_PRS, ResourceTemplate(){ Interrupt (, Level, ActiveHigh, Shared) - { 5, 9, 10, 11 } + { 5, 10, 11 } }) Method (_STA, 0, NotSerialized) { @@ -532,7 +532,7 @@ DefinitionBlock ( Name(_UID, 3) Name(_PRS, ResourceTemplate(){ Interrupt (, Level, ActiveHigh, Shared) - { 5, 9, 10, 11 } + { 5, 10, 11 } }) Method (_STA, 0, NotSerialized) { @@ -577,7 +577,7 @@ DefinitionBlock ( Name(_UID, 4) Name(_PRS, ResourceTemplate(){ Interrupt (, Level, ActiveHigh, Shared) - { 5, 9, 10, 11 } + { 5, 10, 11 } }) Method (_STA, 0, NotSerialized) {