aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2014-02-20 07:10:56 +0200
committerMichael S. Tsirkin <mst@redhat.com>2014-02-20 07:10:56 +0200
commitceb36090bf2054c8ad5c8cf441b690fad5581f4f (patch)
tree6931aaad7a60b7ce0928137b5ebd02000fffd00c
parenta0ad25b1e5d0eb21cbba001799341bd6b557e995 (diff)
downloadqemu-for_igor.tar.gz
q35: fix up dsdt as wellfor_igor
-rw-r--r--hw/i386/q35-acpi-dsdt.dsl6
1 files changed, 4 insertions, 2 deletions
diff --git a/hw/i386/q35-acpi-dsdt.dsl b/hw/i386/q35-acpi-dsdt.dsl
index 8e522a5b835..f4d2a2daeef 100644
--- a/hw/i386/q35-acpi-dsdt.dsl
+++ b/hw/i386/q35-acpi-dsdt.dsl
@@ -72,7 +72,6 @@ DefinitionBlock (
Name(_ADR, 0x00)
Name(_UID, 1)
-#define ISA SF8_
External(ISA, DeviceObj)
// _OSC: based on sample of ACPI3.0b spec
@@ -140,8 +139,10 @@ DefinitionBlock (
* LPC ISA bridge
****************************************************************/
- Scope(\_SB.PCI0.ISA) {
+ Scope(\_SB.PCI0) {
/* PCI D31:f0 LPC ISA bridge */
+ Device(ISA) {
+ Name (_ADR, 0x001F0000) // _ADR: Address
/* ICH9 PCI to ISA irq remapping */
OperationRegion(PIRQ, PCI_Config, 0x60, 0x0C)
@@ -164,6 +165,7 @@ DefinitionBlock (
LPEN, 1,
FDEN, 1
}
+ }
}
#define DSDT_APPLESMC_STA q35_dsdt_applesmc_sta