diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2024-09-17 08:59:39 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2024-09-17 10:26:26 +0200 |
commit | dc30456d2a1acc1409794c825567d95e29f7117c (patch) | |
tree | de3dc0baf88d3ee0247db5ac4ced5d5892c8330a | |
parent | ea9cdbcf3a0b8d5497cddf87990f1b39d8f3bb0a (diff) | |
download | qemu-dc30456d2a1acc1409794c825567d95e29f7117c.zip qemu-dc30456d2a1acc1409794c825567d95e29f7117c.tar.gz qemu-dc30456d2a1acc1409794c825567d95e29f7117c.tar.bz2 |
tests/acpi: allow acpi test data 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..00137ac 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/aarch64/virt/SSDT.memhp", |