[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 1/6] bios-tables-test: prepare to change ARM ACPI virt PPTT
From: |
Alireza Sanaee |
Subject: |
[PATCH v3 1/6] bios-tables-test: prepare to change ARM ACPI virt PPTT |
Date: |
Thu, 10 Oct 2024 12:18:17 +0100 |
Prepare to update `build_pptt` function to add cache description
functionalities, thus add binaries in this patch.
Signed-off-by: Alireza Sanaee <alireza.sanaee@huawei.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..ba2a8180e9 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/aarch64/virt/PPTT.topology",
--
2.34.1
- [RFC PATCH v3 0/6] Specifying cache topology on ARM, Alireza Sanaee, 2024/10/10
- [PATCH v3 1/6] bios-tables-test: prepare to change ARM ACPI virt PPTT,
Alireza Sanaee <=
- [PATCH v3 2/6] i386/cpu: add IsDefined flag to smp-cache property, Alireza Sanaee, 2024/10/10
- [PATCH v3 3/6] target/arm/tcg: increase cache level for cpu=max, Alireza Sanaee, 2024/10/10
- [PATCH v3 4/6] hw/acpi: add cache hierarchy node to pptt table, Alireza Sanaee, 2024/10/10
- [PATCH v3 5/6] tests/qtest/bios-table-test: testing new ARM ACPI PPTT topology, Alireza Sanaee, 2024/10/10
- [PATCH v3 6/6] Update the ACPI tables according to the acpi aml_build change, also empty bios-tables-test-allowed-diff.h., Alireza Sanaee, 2024/10/10