[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v6 5/7] tests/acpi/bios-tables-test: Allow changes to virt/PPTT f
From: |
Yanan Wang |
Subject: |
[PATCH v6 5/7] tests/acpi/bios-tables-test: Allow changes to virt/PPTT file |
Date: |
Mon, 3 Jan 2022 16:46:34 +0800 |
List test/data/acpi/virt/PPTT as the expected files allowed to
be changed in tests/qtest/bios-tables-test-allowed-diff.h
Signed-off-by: Yanan Wang <wangyanan55@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..cb143a55a6 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/virt/PPTT",
--
2.27.0
- Re: [PATCH v6 4/7] hw/arm/virt-acpi-build: Make an ARM specific PPTT generator, (continued)