qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v6 25/26] ssdt: fix PBLK length


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PATCH v6 25/26] ssdt: fix PBLK length
Date: Sun, 29 Sep 2013 13:59:37 +0300

We don't really support CPU throttling, so supply 0 PBLK length.
Since this is the first patch that makes the ACPI tables different from
the builtin ones in seabios, this patch is kept separate to allow easier
bisecting in case of problems.

Signed-off-by: Michael S. Tsirkin <address@hidden>
---
 hw/i386/ssdt-proc.dsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/i386/ssdt-proc.dsl b/hw/i386/ssdt-proc.dsl
index 58333c7..8229bfd 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)
 /*
-- 
MST




reply via email to

[Prev in Thread] Current Thread [Next in Thread]