diff options
| author | Igor Mammedov | 2015-12-28 18:02:25 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin | 2016-01-09 22:20:17 +0100 |
| commit | 40f981a02d082fba4efc2b6fcabd390648335fa8 (patch) | |
| tree | 24970cfd3e11ce4c40eb96108173f9e3252fae69 /include | |
| parent | pc: acpi: cpuhp: move CPMA() method into SSDT (diff) | |
| download | qemu-40f981a02d082fba4efc2b6fcabd390648335fa8.tar.gz qemu-40f981a02d082fba4efc2b6fcabd390648335fa8.tar.xz qemu-40f981a02d082fba4efc2b6fcabd390648335fa8.zip | |
pc: acpi: cpuhp: move CPST() method 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 'include')
| -rw-r--r-- | include/hw/acpi/cpu_hotplug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/acpi/cpu_hotplug.h b/include/hw/acpi/cpu_hotplug.h index 40b9316cb8..0755dd3347 100644 --- a/include/hw/acpi/cpu_hotplug.h +++ b/include/hw/acpi/cpu_hotplug.h @@ -30,6 +30,7 @@ void acpi_cpu_hotplug_init(MemoryRegion *parent, Object *owner, #define CPU_EJECT_METHOD "CPEJ" #define CPU_MAT_METHOD "CPMA" #define CPU_ON_BITMAP "CPON" +#define CPU_STATUS_METHOD "CPST" void build_cpu_hotplug_aml(Aml *ctx); #endif |
