diff options
author | Laszlo Ersek <lersek@redhat.com> | 2020-09-08 08:12:38 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-09-13 23:03:15 +0200 |
commit | 148ef04cc9c8ce94a88dc73c764cc6b1ff94cdd2 (patch) | |
tree | f3131c9f87480e9adb1f90367152a0e4de9b1907 /tests | |
parent | 504fffb9e5260c5bcb8a0f258adee7c1a2bf4746 (diff) | |
download | qemu-148ef04cc9c8ce94a88dc73c764cc6b1ff94cdd2.zip qemu-148ef04cc9c8ce94a88dc73c764cc6b1ff94cdd2.tar.gz qemu-148ef04cc9c8ce94a88dc73c764cc6b1ff94cdd2.tar.bz2 |
tests: acpi: tolerate "virt/SSDT.memhp" mismatch temporarily
Tolerate "virt/SSDT.memhp" mismatch temporarily to let
"check-qtest-aarch64" pass until we refresh the AML after
advancing the edk2 submodule to tag edk2-stable202008.
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Ref: https://bugs.launchpad.net/qemu/+bug/1852196
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Acked-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200908072939.30178-5-lersek@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'tests')
-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", |