summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiran Alon2020-03-13 15:50:07 +0100
committerMichael S. Tsirkin2020-05-04 16:25:03 +0200
commit4b773fc2f7e56cddc9c192e0c95b3097dbbcf1e9 (patch)
tree53b705986b83de8f692f5fd77b6a9ee907b08f06
parentRefactor vhost_user_set_mem_table functions (diff)
downloadqemu-4b773fc2f7e56cddc9c192e0c95b3097dbbcf1e9.tar.gz
qemu-4b773fc2f7e56cddc9c192e0c95b3097dbbcf1e9.tar.xz
qemu-4b773fc2f7e56cddc9c192e0c95b3097dbbcf1e9.zip
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>
-rw-r--r--tests/data/acpi/pc/WAET0
-rw-r--r--tests/data/acpi/q35/WAET0
-rw-r--r--tests/qtest/bios-tables-test-allowed-diff.h2
3 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/acpi/pc/WAET b/tests/data/acpi/pc/WAET
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/tests/data/acpi/pc/WAET
diff --git a/tests/data/acpi/q35/WAET b/tests/data/acpi/q35/WAET
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/tests/data/acpi/q35/WAET
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8b..b269a1e3e5 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1 +1,3 @@
/* List of comma-separated changed AML files to ignore */
+"tests/data/acpi/pc/WAET",
+"tests/data/acpi/q35/WAET",