diff options
author | Igor Mammedov <imammedo@redhat.com> | 2021-09-02 07:35:42 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2021-10-20 04:37:55 -0400 |
commit | f6826ac4ae2dea392a69fe1ca870a8a27e2bf0ac (patch) | |
tree | 7dc3d88d82569c1b01a05dc5eac4ce66f8ddda29 /tests/qtest | |
parent | b59a898458aea328618521be7dc180d2396c0bf4 (diff) | |
download | qemu-f6826ac4ae2dea392a69fe1ca870a8a27e2bf0ac.zip qemu-f6826ac4ae2dea392a69fe1ca870a8a27e2bf0ac.tar.gz qemu-f6826ac4ae2dea392a69fe1ca870a8a27e2bf0ac.tar.bz2 |
tests: acpi: whitelist new expected table tests/data/acpi/q35/DMAR.dmar
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20210902113551.461632-7-imammedo@redhat.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 | 1 |
1 files changed, 1 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..a284333 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,2 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/q35/DMAR.dmar", |