diff options
| author | Igor Mammedov | 2015-12-28 18:02:27 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin | 2016-01-09 22:20:17 +0100 |
| commit | 6b30608774cf7efddd1893fe9187d7f0bcdde979 (patch) | |
| tree | bb5a99e4f4a7ea1f52435d65d03ab29da0847602 /hw/acpi | |
| parent | pc: acpi: cpuhp: move PRSC() method into SSDT (diff) | |
| download | qemu-6b30608774cf7efddd1893fe9187d7f0bcdde979.tar.gz qemu-6b30608774cf7efddd1893fe9187d7f0bcdde979.tar.xz qemu-6b30608774cf7efddd1893fe9187d7f0bcdde979.zip | |
pc: acpi: cpuhp: move \_GPE._E02() into SSDT
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>
Diffstat (limited to 'hw/acpi')
| -rw-r--r-- | hw/acpi/cpu_hotplug_acpi_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/acpi/cpu_hotplug_acpi_table.c b/hw/acpi/cpu_hotplug_acpi_table.c index 8dda4f423f..13b210ea89 100644 --- a/hw/acpi/cpu_hotplug_acpi_table.c +++ b/hw/acpi/cpu_hotplug_acpi_table.c @@ -71,7 +71,7 @@ void build_cpu_hotplug_aml(Aml *ctx) aml_append(method, aml_sleep(200)); aml_append(sb_scope, method); - method = aml_method(stringify(CPU_SCAN_METHOD), 0, AML_NOTSERIALIZED); + method = aml_method(CPU_SCAN_METHOD, 0, AML_NOTSERIALIZED); { Aml *while_ctx, *if_ctx2, *else_ctx2; Aml *bus_check_evt = aml_int(1); |
