diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2023-12-13 10:30:16 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2023-12-13 11:22:26 +0100 |
commit | ca8b0cc8e9176419960b844abb522a2298a794d6 (patch) | |
tree | eddbc85f423f76616eebe0e0030e9f4c84879038 | |
parent | 9c74490bff6c8886a922008d0c9ce6cae70dd17e (diff) | |
download | qemu-ca8b0cc8e9176419960b844abb522a2298a794d6.zip qemu-ca8b0cc8e9176419960b844abb522a2298a794d6.tar.gz qemu-ca8b0cc8e9176419960b844abb522a2298a794d6.tar.bz2 |
tests/acpi: allow tests/data/acpi/virt/SSDT.memhp changes
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..e569098 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/virt/SSDT.memhp", |