]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
ACPI: Q35 DSDT: fix CPU hotplug GPE0.2 handler
authorIgor Mammedov <imammedo@redhat.com>
Fri, 13 Dec 2013 16:22:12 +0000 (17:22 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 23 Dec 2013 11:12:35 +0000 (13:12 +0200)
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 <imammedo@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/q35-acpi-dsdt.dsl

index 575c5d73767c837d94e0e54668d46fd8ca0a1205..7934a9ddfbff9d07767552978b4ed374e554235e 100644 (file)
@@ -417,11 +417,11 @@ DefinitionBlock (
         Method(_L00) {
         }
         Method(_L01) {
+        }
+        Method(_E02) {
             // CPU hotplug event
             \_SB.PRSC()
         }
-        Method(_L02) {
-        }
         Method(_L03) {
         }
         Method(_L04) {