28 lines
1003 B
Diff
28 lines
1003 B
Diff
|
|
From 225034a72c803b8e3819cec22bc6fb8bfc9e7366 Mon Sep 17 00:00:00 2001
|
||
|
|
From: Yanan Wang <wangyanan55@huawei.com>
|
||
|
|
Date: Fri, 7 Jan 2022 16:32:30 +0800
|
||
|
|
Subject: [PATCH 18/24] tests/acpi/bios-tables-test: Allow changes to virt/PPTT
|
||
|
|
file
|
||
|
|
|
||
|
|
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>
|
||
|
|
Acked-by: Ani Sinha <ani@anisinha.ca>
|
||
|
|
Message-id: 20220107083232.16256-5-wangyanan55@huawei.com
|
||
|
|
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
|
||
|
|
---
|
||
|
|
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
|
||
|
|
|