summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric DeVolder2022-01-28 21:38:00 +0100
committerMichael S. Tsirkin2022-02-06 10:33:42 +0100
commit922f48d37ab39248b1c0f74618f536a2dbe13007 (patch)
treeefdb74e5cedc5d3e0717b700b5310f00146bb31b
parentlibvhost-user: Map shared RAM with MAP_NORESERVE to support virtio-mem with h... (diff)
downloadqemu-922f48d37ab39248b1c0f74618f536a2dbe13007.tar.gz
qemu-922f48d37ab39248b1c0f74618f536a2dbe13007.tar.xz
qemu-922f48d37ab39248b1c0f74618f536a2dbe13007.zip
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>
-rw-r--r--tests/data/acpi/microvm/ERST.pcie0
-rw-r--r--tests/data/acpi/pc/DSDT.acpierst0
-rw-r--r--tests/data/acpi/pc/ERST.acpierst0
-rw-r--r--tests/data/acpi/q35/DSDT.acpierst0
-rw-r--r--tests/data/acpi/q35/ERST.acpierst0
-rw-r--r--tests/qtest/bios-tables-test-allowed-diff.h5
6 files changed, 5 insertions, 0 deletions
diff --git a/tests/data/acpi/microvm/ERST.pcie b/tests/data/acpi/microvm/ERST.pcie
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/tests/data/acpi/microvm/ERST.pcie
diff --git a/tests/data/acpi/pc/DSDT.acpierst b/tests/data/acpi/pc/DSDT.acpierst
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/tests/data/acpi/pc/DSDT.acpierst
diff --git a/tests/data/acpi/pc/ERST.acpierst b/tests/data/acpi/pc/ERST.acpierst
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/tests/data/acpi/pc/ERST.acpierst
diff --git a/tests/data/acpi/q35/DSDT.acpierst b/tests/data/acpi/q35/DSDT.acpierst
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/tests/data/acpi/q35/DSDT.acpierst
diff --git a/tests/data/acpi/q35/ERST.acpierst b/tests/data/acpi/q35/ERST.acpierst
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/tests/data/acpi/q35/ERST.acpierst
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8b..603db07711 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -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",