diff options
author | Michael S. Tsirkin | 2013-09-27 00:15:14 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2013-10-14 16:48:57 +0200 |
commit | 6ec80ef1502e90d19b90f021514debe32c8689a8 (patch) | |
tree | 503e6b08e0d7cd96508950e530148bf2f585d180 /hw/i386/ssdt-proc.dsl | |
parent | i386: ACPI table generation code from seabios (diff) | |
download | qemu-6ec80ef1502e90d19b90f021514debe32c8689a8.tar.gz qemu-6ec80ef1502e90d19b90f021514debe32c8689a8.tar.xz qemu-6ec80ef1502e90d19b90f021514debe32c8689a8.zip |
ssdt: fix PBLK length
We don't really support CPU throttling, so supply 0 PBLK length.
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Tested-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Tested-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/i386/ssdt-proc.dsl')
-rw-r--r-- | hw/i386/ssdt-proc.dsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/ssdt-proc.dsl b/hw/i386/ssdt-proc.dsl index 58333c71b4..8229bfd702 100644 --- a/hw/i386/ssdt-proc.dsl +++ b/hw/i386/ssdt-proc.dsl @@ -37,7 +37,7 @@ DefinitionBlock ("ssdt-proc.aml", "SSDT", 0x01, "BXPC", "BXSSDT", 0x1) ACPI_EXTRACT_PROCESSOR_START ssdt_proc_start ACPI_EXTRACT_PROCESSOR_END ssdt_proc_end ACPI_EXTRACT_PROCESSOR_STRING ssdt_proc_name - Processor(CPAA, 0xAA, 0x0000b010, 0x06) { + Processor(CPAA, 0xAA, 0x00000000, 0x0) { ACPI_EXTRACT_NAME_BYTE_CONST ssdt_proc_id Name(ID, 0xAA) /* |