qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 4/6] kvm: bios: remove irq 9 from the pci interrupt


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 4/6] kvm: bios: remove irq 9 from the pci interrupt link resources
Date: Fri, 14 Aug 2009 14:21:56 +0200

From: Avi Kivity <address@hidden>

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 <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
---
 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)
                 {
-- 
1.6.2.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]