diff options
author | Peter Maydell | 2014-04-08 14:59:28 +0200 |
---|---|---|
committer | Peter Maydell | 2014-04-08 14:59:28 +0200 |
commit | 9bc1a1d817670702f642633a325da346047f7508 (patch) | |
tree | 3e6dce7b9f6e95c8e42cea75964579db2365c298 /hw | |
parent | Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-5' into staging (diff) | |
parent | dsdt: tweak ACPI ID for hotplug resource device (diff) | |
download | qemu-9bc1a1d817670702f642633a325da346047f7508.tar.gz qemu-9bc1a1d817670702f642633a325da346047f7508.tar.xz qemu-9bc1a1d817670702f642633a325da346047f7508.zip |
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
acpi bug fix
Here is a single last minute fix for 2.0
This changes the HID of the container used to claim
resources for CPU hotplug.
As a result, windows XP SP3 no longer brings up
an annoying "found new hardware" wizard on boot.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
# gpg: Signature made Tue 08 Apr 2014 13:23:30 BST using RSA key ID D28D5469
# gpg: Good signature from "Michael S. Tsirkin <mst@kernel.org>"
# gpg: aka "Michael S. Tsirkin <mst@redhat.com>"
* remotes/mst/tags/for_upstream:
dsdt: tweak ACPI ID for hotplug resource device
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/i386/acpi-dsdt-cpu-hotplug.dsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/acpi-dsdt-cpu-hotplug.dsl b/hw/i386/acpi-dsdt-cpu-hotplug.dsl index dee4843cde..34aab5af43 100644 --- a/hw/i386/acpi-dsdt-cpu-hotplug.dsl +++ b/hw/i386/acpi-dsdt-cpu-hotplug.dsl @@ -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) |