From patchwork Fri Aug 14 12:21:54 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/6] kvm: bios: restrict pci interrupts to irq 5/9/10/11 Date: Fri, 14 Aug 2009 02:21:54 -0000 From: Gerd Hoffmann X-Patchwork-Id: 31392 Message-Id: <1250252518-29300-3-git-send-email-kraxel@redhat.com> To: qemu-devel@nongnu.org Cc: Avi Kivity , Gerd Hoffmann From: Avi Kivity we need to specify the pci interrupts as active high; this reduces the number of override entries we have to add. 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 76ff100..f7fda62 100644 --- a/acpi-dsdt.dsl +++ b/acpi-dsdt.dsl @@ -442,7 +442,7 @@ DefinitionBlock ( Name(_UID, 1) Name(_PRS, ResourceTemplate(){ IRQ (Level, ActiveHigh, Shared) - {3,4,5,6,7,9,10,11,12} + { 5, 9, 10, 11 } }) Method (_STA, 0, NotSerialized) { @@ -489,7 +489,7 @@ DefinitionBlock ( Name(_UID, 2) Name(_PRS, ResourceTemplate(){ IRQ (Level, ActiveHigh, Shared) - {3,4,5,6,7,9,10,11,12} + { 5, 9, 10, 11 } }) Method (_STA, 0, NotSerialized) { @@ -536,7 +536,7 @@ DefinitionBlock ( Name(_UID, 3) Name(_PRS, ResourceTemplate(){ IRQ (Level, ActiveHigh, Shared) - {3,4,5,6,7,9,10,11,12} + { 5, 9, 10, 11 } }) Method (_STA, 0, NotSerialized) { @@ -583,7 +583,7 @@ DefinitionBlock ( Name(_UID, 4) Name(_PRS, ResourceTemplate(){ IRQ (Level, ActiveHigh, Shared) - {3,4,5,6,7,9,10,11,12} + { 5, 9, 10, 11 } }) Method (_STA, 0, NotSerialized) {