[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/3] tests/acpi/virt: Allow PPTT ACPI table changes
From: |
Gavin Shan |
Subject: |
[PATCH 1/3] tests/acpi/virt: Allow PPTT ACPI table changes |
Date: |
Wed, 18 May 2022 17:21:39 +0800 |
This allows PPTT ACPI table changes in "tests/data/acpi/virt/PPTT".
Signed-off-by: Gavin Shan <gshan@redhat.com>
---
tests/qtest/bios-tables-test-allowed-diff.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8b..cb143a55a6 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1 +1,2 @@
/* 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 <=
- [PATCH 3/3] tests/acpi/virt: Update PPTT ACPI table, Gavin Shan, 2022/05/18
- [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