[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v6 6/7] tests/qtest/bios-table-test: testing new ARM ACPI PPTT to
From: |
Alireza Sanaee |
Subject: |
[PATCH v6 6/7] tests/qtest/bios-table-test: testing new ARM ACPI PPTT topology |
Date: |
Tue, 14 Jan 2025 17:46:00 +0000 |
Test new PPTT topolopy with cache representation.
Signed-off-by: Alireza Sanaee <alireza.sanaee@huawei.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
---
tests/qtest/bios-tables-test.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c
index 0a333ec435..6bdc25f4df 100644
--- a/tests/qtest/bios-tables-test.c
+++ b/tests/qtest/bios-tables-test.c
@@ -2142,6 +2142,10 @@ static void test_acpi_aarch64_virt_tcg_topology(void)
};
test_acpi_one("-cpu cortex-a57 "
+ "-M virt,smp-cache.0.cache=l1i,smp-cache.0.topology=cluster,"
+ "smp-cache.1.cache=l1d,smp-cache.1.topology=cluster,"
+ "smp-cache.2.cache=l2,smp-cache.2.topology=cluster,"
+ "smp-cache.3.cache=l3,smp-cache.3.topology=cluster "
"-smp sockets=1,clusters=2,cores=2,threads=2", &data);
free_test_data(&data);
}
--
2.34.1
- [RFC PATCH v6 0/6] Specifying cache topology on ARM, Alireza Sanaee, 2025/01/14
- [PATCH v6 1/7] tests: virt: Update expected ACPI tables for virt test, Alireza Sanaee, 2025/01/14
- [PATCH v6 2/7] target/arm/tcg: increase cache level for cpu=max, Alireza Sanaee, 2025/01/14
- [PATCH v6 3/7] arm/virt.c: add cache hierarchy to device tree, Alireza Sanaee, 2025/01/14
- [PATCH v6 4/7] bios-tables-test: prepare to change ARM ACPI virt PPTT, Alireza Sanaee, 2025/01/14
- [PATCH v6 5/7] hw/acpi/aml-build.c: add cache hierarchy to pptt table, Alireza Sanaee, 2025/01/14
- [PATCH v6 6/7] tests/qtest/bios-table-test: testing new ARM ACPI PPTT topology,
Alireza Sanaee <=
- [PATCH v6 7/7] Update the ACPI tables according to the acpi aml_build change, also empty bios-tables-test-allowed-diff.h., Alireza Sanaee, 2025/01/14
- [RFC PATCH v6 0/6] Specifying cache topology on ARM, Alireza Sanaee, 2025/01/14
- [PATCH v6 1/6] target/arm/tcg: increase cache level for cpu=max, Alireza Sanaee, 2025/01/14
- [PATCH v6 2/6] arm/virt.c: add cache hierarchy to device tree, Alireza Sanaee, 2025/01/14
- [PATCH v6 3/6] bios-tables-test: prepare to change ARM ACPI virt PPTT, Alireza Sanaee, 2025/01/14
- [PATCH v6 4/6] hw/acpi/aml-build.c: add cache hierarchy to pptt table, Alireza Sanaee, 2025/01/14
- [PATCH v6 5/6] tests/qtest/bios-table-test: testing new ARM ACPI PPTT topology, Alireza Sanaee, 2025/01/14
- [PATCH v6 6/6] Update the ACPI tables according to the acpi aml_build change, also empty bios-tables-test-allowed-diff.h., Alireza Sanaee, 2025/01/14
- RE: [RFC PATCH v6 0/6] Specifying cache topology on ARM, Alireza Sanaee, 2025/01/14
- RE: [RFC PATCH v6 0/6] Specifying cache topology on ARM, Alireza Sanaee, 2025/01/15