diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2023-10-09 16:59:55 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2023-10-10 09:39:56 +0200 |
commit | 9a5ac9c261c374bd47bcb347ec1688b56eb954c2 (patch) | |
tree | 8b941d6c2cb617eb4d4ce391acb38150e8724da6 | |
parent | 7ff1b8c088ca958b4e55edf8e407375ab215f717 (diff) | |
download | qemu-9a5ac9c261c374bd47bcb347ec1688b56eb954c2.zip qemu-9a5ac9c261c374bd47bcb347ec1688b56eb954c2.tar.gz qemu-9a5ac9c261c374bd47bcb347ec1688b56eb954c2.tar.bz2 |
tests/acpi: enable tests/data/acpi/q35/DSDT.mmio64 updates
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-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..a251b20 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/DSDT.mmio64", |