28 lines
958 B
Diff
28 lines
958 B
Diff
|
|
From ea23e4215b332446d4964769d004f7a11caba00b Mon Sep 17 00:00:00 2001
|
||
|
|
From: caijian <caijian11@h-partners.com>
|
||
|
|
Date: Mon, 31 Mar 2025 15:02:37 +0800
|
||
|
|
Subject: [PATCH] tests/qtest: Allow DSDT acpi tables to change
|
||
|
|
|
||
|
|
List all DSDT files and allow them to change.
|
||
|
|
|
||
|
|
Signed-of-by: caijian <caijian11@h-partners.com>
|
||
|
|
---
|
||
|
|
tests/qtest/bios-tables-test-allowed-diff.h | 6 ++++++
|
||
|
|
1 file changed, 6 insertions(+)
|
||
|
|
|
||
|
|
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
|
||
|
|
index dfb8523c8b..e4a94bb8bd 100644
|
||
|
|
--- a/tests/qtest/bios-tables-test-allowed-diff.h
|
||
|
|
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
|
||
|
|
@@ -1 +1,7 @@
|
||
|
|
/* List of comma-separated changed AML files to ignore */
|
||
|
|
+"tests/data/acpi/microvm/DSDT.pcie",
|
||
|
|
+"tests/data/acpi/virt/DSDT",
|
||
|
|
+"tests/data/acpi/virt/DSDT.acpihmatvirt",
|
||
|
|
+"tests/data/acpi/virt/DSDT.memhp",
|
||
|
|
+"tests/data/acpi/virt/DSDT.pxb",
|
||
|
|
+"tests/data/acpi/virt/DSDT.topology",
|
||
|
|
--
|
||
|
|
2.41.0.windows.1
|
||
|
|
|