]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
pc: set PRST base in DSDT depending on chipset
authorIgor Mammedov <imammedo@redhat.com>
Thu, 9 Jan 2014 16:36:34 +0000 (17:36 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 26 Jan 2014 11:11:44 +0000 (13:11 +0200)
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/acpi-dsdt-cpu-hotplug.dsl
hw/i386/acpi-dsdt.dsl
hw/i386/q35-acpi-dsdt.dsl

index 995b415bae498ad8782448e8aa949674d848a61a..1dfbb4f086a0038ef1fb9bc23fcf27e6da6318e1 100644 (file)
@@ -52,7 +52,7 @@ Scope(\_SB) {
         Sleep(200)
     }
 
-    OperationRegion(PRST, SystemIO, 0xaf00, 32)
+    OperationRegion(PRST, SystemIO, CPU_STATUS_BASE, 32)
     Field(PRST, ByteAcc, NoLock, Preserve) {
         PRS, 256
     }
index 6d76f30398e182da728fa8e9cab0c9984f09d95a..3dc4789e50405e1ea11c46fd298b2460c8d7a6ee 100644 (file)
@@ -290,6 +290,7 @@ DefinitionBlock (
         }
     }
 
+#define CPU_STATUS_BASE 0xaf00
 #include "acpi-dsdt-cpu-hotplug.dsl"
 
 
index ee38fd658040a54ad5d9a914d51fc70d56835e74..9a43947651017b39c7bca7dd757aaff092f4b743 100644 (file)
@@ -405,6 +405,7 @@ DefinitionBlock (
         define_gsi_link(GSIH, 0, 0x17)
     }
 
+#define CPU_STATUS_BASE 0x0CD8
 #include "acpi-dsdt-cpu-hotplug.dsl"