mirror of https://github.com/xemu-project/xemu.git
ACPI ERST: bios-tables-test.c steps 1 and 2
Following the guidelines in tests/qtest/bios-tables-test.c, this change adds empty placeholder files per step 1 for the new ERST table, and excludes resulting changed files in bios-tables-test-allowed-diff.h per step 2. Signed-off-by: Eric DeVolder <eric.devolder@oracle.com> Acked-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <1643402289-22216-2-git-send-email-eric.devolder@oracle.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
eb99baa9b3
commit
922f48d37a
tests
data/acpi
qtest
|
@ -1 +1,6 @@
|
|||
/* List of comma-separated changed AML files to ignore */
|
||||
"tests/data/acpi/pc/DSDT.acpierst",
|
||||
"tests/data/acpi/pc/ERST.acpierst",
|
||||
"tests/data/acpi/q35/DSDT.acpierst",
|
||||
"tests/data/acpi/q35/ERST.acpierst",
|
||||
"tests/data/acpi/microvm/ERST.pcie",
|
||||
|
|
Loading…
Reference in New Issue