From: Igor Mammedov Date: Fri, 13 Dec 2013 16:22:12 +0000 (+0100) Subject: ACPI: Q35 DSDT: fix CPU hotplug GPE0.2 handler X-Git-Tag: v2.0.0-rc0~161^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1a1af87d8d5dce93328bbe8c3db70ff29275069;p=thirdparty%2Fqemu.git ACPI: Q35 DSDT: fix CPU hotplug GPE0.2 handler Fix bogus CPU hotplug GPE handler. Make Q35 CPU hotplug GPE handler match PIIX4 one, since CPU hotplug event is triggered by GPE0.2 register. Signed-off-by: Igor Mammedov Signed-off-by: Michael S. Tsirkin --- diff --git a/hw/i386/q35-acpi-dsdt.dsl b/hw/i386/q35-acpi-dsdt.dsl index 575c5d73767..7934a9ddfbf 100644 --- a/hw/i386/q35-acpi-dsdt.dsl +++ b/hw/i386/q35-acpi-dsdt.dsl @@ -417,11 +417,11 @@ DefinitionBlock ( Method(_L00) { } Method(_L01) { + } + Method(_E02) { // CPU hotplug event \_SB.PRSC() } - Method(_L02) { - } Method(_L03) { } Method(_L04) {