aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorShashi Mallela <shashi.mallela@linaro.org>2021-09-13 16:07:24 +0100
committerPeter Maydell <peter.maydell@linaro.org>2021-09-13 21:01:08 +0100
commitd7830a9bdd9a2f298b0e38aeff1aef2614295402 (patch)
tree999788c0e97772824e3ae2b667488c2587d0abb7 /tests
parent17fb5e36aabd4b2c12549eba62ae0e78b635cd36 (diff)
downloadqemu-d7830a9bdd9a2f298b0e38aeff1aef2614295402.zip
qemu-d7830a9bdd9a2f298b0e38aeff1aef2614295402.tar.gz
qemu-d7830a9bdd9a2f298b0e38aeff1aef2614295402.tar.bz2
tests/data/acpi/virt: Add IORT files for ITS
Added expected IORT files applicable with latest GICv3 ITS changes.Temporarily differences in these files are okay. Signed-off-by: Shashi Mallela <shashi.mallela@linaro.org> Acked-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20210910143951.92242-8-shashi.mallela@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/data/acpi/virt/IORT0
-rw-r--r--tests/data/acpi/virt/IORT.memhp0
-rw-r--r--tests/data/acpi/virt/IORT.numamem0
-rw-r--r--tests/data/acpi/virt/IORT.pxb0
-rw-r--r--tests/qtest/bios-tables-test-allowed-diff.h4
5 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/acpi/virt/IORT b/tests/data/acpi/virt/IORT
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/data/acpi/virt/IORT
diff --git a/tests/data/acpi/virt/IORT.memhp b/tests/data/acpi/virt/IORT.memhp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/data/acpi/virt/IORT.memhp
diff --git a/tests/data/acpi/virt/IORT.numamem b/tests/data/acpi/virt/IORT.numamem
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/data/acpi/virt/IORT.numamem
diff --git a/tests/data/acpi/virt/IORT.pxb b/tests/data/acpi/virt/IORT.pxb
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/data/acpi/virt/IORT.pxb
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523..2ef211d 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1 +1,5 @@
/* List of comma-separated changed AML files to ignore */
+"tests/data/acpi/virt/IORT",
+"tests/data/acpi/virt/IORT.memhp",
+"tests/data/acpi/virt/IORT.numamem",
+"tests/data/acpi/virt/IORT.pxb",