mirror of https://gitee.com/openkylin/qemu.git
acpi: unit-test: Ignore diff in WAET ACPI table
This is done as a preparation for the following patch to expose WAET ACPI table to guest. This patch performs steps 1-3 as describes in tests/qtest/bios-tables-test.c. Signed-off-by: Liran Alon <liran.alon@oracle.com> Message-Id: <20200313145009.144820-2-liran.alon@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
2d9da9dff3
commit
4b773fc2f7
|
@ -1 +1,3 @@
|
||||||
/* List of comma-separated changed AML files to ignore */
|
/* List of comma-separated changed AML files to ignore */
|
||||||
|
"tests/data/acpi/pc/WAET",
|
||||||
|
"tests/data/acpi/q35/WAET",
|
||||||
|
|
Loading…
Reference in New Issue