]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
tests/acpi: i386: allow FACP acpi table changes
authorLiav Albani <liavalb@gmail.com>
Fri, 4 Mar 2022 15:40:29 +0000 (21:10 +0530)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 6 Mar 2022 21:06:16 +0000 (16:06 -0500)
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>
tests/qtest/bios-tables-test-allowed-diff.h

index dfb8523c8bf457c471cea8d860eff394b2d3700f..7570e393695385cbb616930dd58c44cec2fab56a 100644 (file)
@@ -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",