OSDN Git Service

dsdt: tweak ACPI ID for hotplug resource device
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 6 Apr 2014 09:47:37 +0000 (12:47 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 8 Apr 2014 12:22:59 +0000 (15:22 +0300)
ACPI0004 seems too new:
Windows XP complains about an unrecognized device.
This is a regression since 1.7.
Use PNP0A06 instead - Generic Container Device.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-By: Igor Mammedov <imammedo@redhat.com>
hw/i386/acpi-dsdt-cpu-hotplug.dsl

index dee4843..34aab5a 100644 (file)
@@ -93,7 +93,7 @@ Scope(\_SB) {
     }
 
     Device(CPU_HOTPLUG_RESOURCE_DEVICE) {
-        Name(_HID, "ACPI0004")
+        Name(_HID, EisaId("PNP0A06"))
 
         Name(_CRS, ResourceTemplate() {
             IO(Decode16, CPU_STATUS_BASE, CPU_STATUS_BASE, 0, CPU_STATUS_LEN)