tests/acpi: i386: allow FACP acpi table changes

The FACP table is going to be changed for x86/q35 machines. To be sure
the following changes are not breaking any QEMU test this change follows
step 2 from the bios-tables-test.c guide on changes that affect ACPI
tables.

Signed-off-by: Liav Albani <liavalb@gmail.com>
Acked-by: Ani Sinha <ani@anisinha.ca>
Message-Id: <20220304154032.2071585-2-ani@anisinha.ca>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Liav Albani
2022-03-06 16:06:16 -05:00
committed by Michael S. Tsirkin
parent b51082905f
commit 43b6277ac2
@@ -1 +1,5 @@
/* List of comma-separated changed AML files to ignore */
"tests/data/acpi/q35/FACP",
"tests/data/acpi/q35/FACP.nosmm",
"tests/data/acpi/q35/FACP.slic",
"tests/data/acpi/q35/FACP.xapic",