[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/3] tests/acpi/virt: Update PPTT ACPI table
From: |
Gavin Shan |
Subject: |
[PATCH 3/3] tests/acpi/virt: Update PPTT ACPI table |
Date: |
Wed, 18 May 2022 17:21:41 +0800 |
Differences between disassembled ASL files for PPTT:
@@ -13,7 +13,7 @@
[000h 0000 4] Signature : "PPTT" [Processor Properties
Topology Table]
[004h 0004 4] Table Length : 00000060
[008h 0008 1] Revision : 02
-[009h 0009 1] Checksum : 48
+[009h 0009 1] Checksum : 44
[00Ah 0010 6] Oem ID : "BOCHS "
[010h 0016 8] Oem Table ID : "BXPC "
[018h 0024 4] Oem Revision : 00000001
@@ -24,9 +24,9 @@
[024h 0036 1] Subtable Type : 00 [Processor Hierarchy Node]
[025h 0037 1] Length : 14
[026h 0038 2] Reserved : 0000
-[028h 0040 4] Flags (decoded below) : 00000001
+[028h 0040 4] Flags (decoded below) : 00000003
Physical package : 1
- ACPI Processor ID valid : 0
+ ACPI Processor ID valid : 1
Processor is a thread : 0
Node is a leaf : 0
Identical Implementation : 0
@@ -37,9 +37,9 @@
[038h 0056 1] Subtable Type : 00 [Processor Hierarchy Node]
[039h 0057 1] Length : 14
[03Ah 0058 2] Reserved : 0000
-[03Ch 0060 4] Flags (decoded below) : 00000000
+[03Ch 0060 4] Flags (decoded below) : 00000002
Physical package : 0
- ACPI Processor ID valid : 0
+ ACPI Processor ID valid : 1
Processor is a thread : 0
Node is a leaf : 0
Identical Implementation : 0
Signed-off-by: Gavin Shan <gshan@redhat.com>
---
tests/data/acpi/virt/PPTT | Bin 96 -> 96 bytes
tests/qtest/bios-tables-test-allowed-diff.h | 1 -
2 files changed, 1 deletion(-)
diff --git a/tests/data/acpi/virt/PPTT b/tests/data/acpi/virt/PPTT
index
f56ea63b369a604877374ad696c396e796ab1c83..10b98965dbf831e717cc36509de87dafb244a31e
100644
GIT binary patch
delta 41
icmYdD;0g!`2}xjJU|@2Y$R#Jr3}m4I5unUOTV()zssxb$
delta 41
icmYdD;0g!`2}xjJU|{l?$R#Jr2xOrE5g>1(tug?7<^+)d
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
b/tests/qtest/bios-tables-test-allowed-diff.h
index cb143a55a6..dfb8523c8b 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1,2 +1 @@
/* List of comma-separated changed AML files to ignore */
-"tests/data/acpi/virt/PPTT",
--
2.23.0
- [PATCH 0/3] hw/acpi/aml-build: Fix {socket, cluster, core} IDs in PPTT, Gavin Shan, 2022/05/18
- [PATCH 1/3] tests/acpi/virt: Allow PPTT ACPI table changes, Gavin Shan, 2022/05/18
- [PATCH 3/3] tests/acpi/virt: Update PPTT ACPI table,
Gavin Shan <=
- [PATCH 2/3] hw/acpi/aml-build: Fix {socket, cluster, core} IDs in PPTT, Gavin Shan, 2022/05/18
- Re: [PATCH 0/3] hw/acpi/aml-build: Fix {socket, cluster, core} IDs in PPTT, Andrew Jones, 2022/05/18
- Re: [PATCH 0/3] hw/acpi/aml-build: Fix {socket, cluster, core} IDs in PPTT, Gavin Shan, 2022/05/26