aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEric DeVolder <eric.devolder@oracle.com>2022-01-28 15:38:00 -0500
committerMichael S. Tsirkin <mst@redhat.com>2022-02-06 04:33:42 -0500
commit922f48d37ab39248b1c0f74618f536a2dbe13007 (patch)
treeefdb74e5cedc5d3e0717b700b5310f00146bb31b /tests
parenteb99baa9b371e2f2cd119ad42fa8b236830d8df1 (diff)
downloadqemu-922f48d37ab39248b1c0f74618f536a2dbe13007.zip
qemu-922f48d37ab39248b1c0f74618f536a2dbe13007.tar.gz
qemu-922f48d37ab39248b1c0f74618f536a2dbe13007.tar.bz2
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>
Diffstat (limited to 'tests')
-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 0000000..e69de29
--- /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 0000000..e69de29
--- /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 0000000..e69de29
--- /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 0000000..e69de29
--- /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 0000000..e69de29
--- /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 dfb8523..603db07 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",