Hi Alireza,
On 2/20/26 11:11, Alireza Sanaee wrote:
Prepare to update `build_pptt` function to add cache description
functionalities, thus add binaries in this patch.
Reviewed-by: Zhao Liu <[email protected]>
Signed-off-by: Alireza Sanaee <[email protected]>
---
tests/qtest/bios-tables-test-allowed-diff.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8b..e84d6c6955 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1 +1,4 @@
/* List of comma-separated changed AML files to ignore */
+"tests/data/acpi/aarch64/virt/PPTT",
+"tests/data/acpi/aarch64/virt/PPTT.acpihmatvirt",
+"tests/data/acpi/aarch64/virt/PPTT.topology",
Reviewed-by: Gustavo Romero <[email protected]>
Cheers,
Gustavo