diff options
author | Hesham Almatary <hesham.almatary@huawei.com> | 2022-10-27 11:00:34 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2022-11-07 14:08:17 -0500 |
commit | cfb4c059c6be477469c20db1808dd760f8993e66 (patch) | |
tree | 9b0cbe1799ed90b9a2a50f05ca7dab5880063772 /tests/qtest | |
parent | 84c35b5ff24fa054fe06396ea8690ba5030bac69 (diff) | |
download | qemu-cfb4c059c6be477469c20db1808dd760f8993e66.zip qemu-cfb4c059c6be477469c20db1808dd760f8993e66.tar.gz qemu-cfb4c059c6be477469c20db1808dd760f8993e66.tar.bz2 |
tests: Add HMAT AArch64/virt empty table files
Signed-off-by: Hesham Almatary <hesham.almatary@huawei.com>
Message-Id: <20221027100037.251-6-hesham.almatary@huawei.com>
Tested-by: Yicong Yang <yangyicong@hisilicon.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tests/qtest')
-rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index dfb8523..4f84971 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/virt/APIC.acpihmatvirt", +"tests/data/acpi/virt/DSDT.acpihmatvirt", +"tests/data/acpi/virt/HMAT.acpihmatvirt", +"tests/data/acpi/virt/PPTT.acpihmatvirt", +"tests/data/acpi/virt/SRAT.acpihmatvirt", |