@samitouri / QOSamiQemu / commits / 00957e2325

tests/qtest/bios-table-test: testing new ARM ACPI PPTT topology

Test new PPTT topolopy with cache representation. Reviewed-by: Gustavo Romero <gustavo.romero@linaro.org> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Signed-off-by: Alireza Sanaee <alireza.sanaee@huawei.com> Message-id: 20260311160609.358-8-alireza.sanaee@huawei.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

Alireza Sanaee committed Apr 23, 2026 at 10:24 UTC 00957e23254b0110f786a1f4508ed88a39a39a4c
1 file changed +4
tests/qtest/bios-tables-test.c
+4
@@ -2229,6 +2229,10 @@ static void test_acpi_aarch64_virt_tcg_topology(void)
2229 };
2230
2231 test_acpi_one("-cpu cortex-a57 "
2232 + "-M virt,smp-cache.0.cache=l1i,smp-cache.0.topology=cluster,"
2233 + "smp-cache.1.cache=l1d,smp-cache.1.topology=cluster,"
2234 + "smp-cache.2.cache=l2,smp-cache.2.topology=cluster,"
2235 + "smp-cache.3.cache=l3,smp-cache.3.topology=cluster "
2236 "-smp sockets=1,clusters=2,cores=2,threads=2", &data);
2237 free_test_data(&data);
2238 }