[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v4 4/7] bios-tables-test: prepare to change ARM ACPI virt PPTT
From: |
Alireza Sanaee |
Subject: |
[PATCH v4 4/7] bios-tables-test: prepare to change ARM ACPI virt PPTT |
Date: |
Mon, 16 Dec 2024 17:54:11 +0000 |
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 v4 0/7] Specifying cache topology on ARM, Alireza Sanaee, 2024/12/16
- [PATCH v4 1/7] i386/cpu: add IsDefined flag to smp-cache property, Alireza Sanaee, 2024/12/16
- [PATCH v4 2/7] target/arm/tcg: increase cache level for cpu=max, Alireza Sanaee, 2024/12/16
- [PATCH v4 3/7] arm/virt.c: add cache hierarchy to device tree, Alireza Sanaee, 2024/12/16
- [PATCH v4 4/7] bios-tables-test: prepare to change ARM ACPI virt PPTT,
Alireza Sanaee <=
- [PATCH v4 5/7] hw/acpi/aml-build.c: add cache hierarchy to pptt table, Alireza Sanaee, 2024/12/16
- [PATCH v4 6/7] tests/qtest/bios-table-test: testing new ARM ACPI PPTT topology, Alireza Sanaee, 2024/12/16
- [PATCH v4 7/7] Update the ACPI tables according to the acpi aml_build change, also empty bios-tables-test-allowed-diff.h., Alireza Sanaee, 2024/12/16