[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 10/14] tests/acpi: virt: allow acpi table changes for a new ta
From: |
Mauro Carvalho Chehab |
Subject: |
[PATCH v3 10/14] tests/acpi: virt: allow acpi table changes for a new table: HEST |
Date: |
Fri, 31 Jan 2025 18:42:51 +0100 |
The DSDT table will also be affected by such change.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
tests/data/acpi/aarch64/virt/HEST | 0
tests/qtest/bios-tables-test-allowed-diff.h | 1 +
2 files changed, 1 insertion(+)
create mode 100644 tests/data/acpi/aarch64/virt/HEST
diff --git a/tests/data/acpi/aarch64/virt/HEST
b/tests/data/acpi/aarch64/virt/HEST
new file mode 100644
index 000000000000..e69de29bb2d1
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8bf4..1a4c2277bd5a 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/aarch64/virt/DSDT",
--
2.48.1
- [PATCH v3 00/14] Change ghes to use HEST-based offsets and add support for error inject, Mauro Carvalho Chehab, 2025/01/31
- [PATCH v3 10/14] tests/acpi: virt: allow acpi table changes for a new table: HEST,
Mauro Carvalho Chehab <=
- [PATCH v3 11/14] arm/virt: Wire up a GED error device for ACPI / GHES, Mauro Carvalho Chehab, 2025/01/31
- [PATCH v3 07/14] acpi/ghes: add a notifier to notify when error data is ready, Mauro Carvalho Chehab, 2025/01/31
- [PATCH v3 09/14] acpi/generic_event_device: add an APEI error device, Mauro Carvalho Chehab, 2025/01/31
- [PATCH v3 08/14] acpi/ghes: Cleanup the code which gets ghes ged state, Mauro Carvalho Chehab, 2025/01/31
- [PATCH v3 06/14] acpi/ghes: only set hw_error_le or hest_addr_le, Mauro Carvalho Chehab, 2025/01/31
- [PATCH v3 01/14] acpi/ghes: Prepare to support multiple sources on ghes, Mauro Carvalho Chehab, 2025/01/31
- [PATCH v3 13/14] qapi/acpi-hest: add an interface to do generic CPER error injection, Mauro Carvalho Chehab, 2025/01/31
- [PATCH v3 02/14] acpi/ghes: add a firmware file with HEST address, Mauro Carvalho Chehab, 2025/01/31
- [PATCH v3 14/14] scripts/ghes_inject: add a script to generate GHES error inject, Mauro Carvalho Chehab, 2025/01/31
- [PATCH v3 04/14] acpi/generic_event_device: Update GHES migration to cover hest addr, Mauro Carvalho Chehab, 2025/01/31