[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 1/6] acpi: Allow DSDT acpi table changes
From: |
Jiahui Cen |
Subject: |
[PATCH v2 1/6] acpi: Allow DSDT acpi table changes |
Date: |
Mon, 21 Dec 2020 21:02:11 +0800 |
Signed-off-by: Jiahui Cen <cenjiahui@huawei.com>
---
tests/qtest/bios-tables-test-allowed-diff.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8b..42418e58e7 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1 +1,6 @@
/* 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.memhp",
+"tests/data/acpi/virt/DSDT.numamem",
+"tests/data/acpi/virt/DSDT.pxb",
--
2.28.0
- [PATCH v2 0/6] acpi: Some fixes for pxb support for ARM virt machine, Jiahui Cen, 2020/12/21
- [PATCH v2 4/6] Kconfig: Enable PXB for ARM_VIRT by default, Jiahui Cen, 2020/12/21
- [PATCH v2 3/6] acpi/gpex: Inform os to keep firmware resource map, Jiahui Cen, 2020/12/21
- [PATCH v2 1/6] acpi: Allow DSDT acpi table changes,
Jiahui Cen <=
- [PATCH v2 2/6] acpi: Add addr offset in build_crs, Jiahui Cen, 2020/12/21
- [PATCH v2 5/6] acpi: Enable pxb unit-test for ARM virt machine, Jiahui Cen, 2020/12/21
- [PATCH v2 6/6] acpi: Update addr_trans and _DSM in expected files, Jiahui Cen, 2020/12/21