On Fri, 23 Jan 2026 at 12:04, Shameer Kolothum <[email protected]> wrote: > > From: Peter Maydell <[email protected]> > > I can fix that up when I queue it into target-arm.next. > > > > Thanks to everybody who helped with code review on this series: > > not having to do that myself has been a big help for my personal workload > > :-) > > Thanks for sorting it while queuing.
Unfortunately I had to drop this from target-arm.next, because it caused one of the gitlab CI jobs to fail: https://gitlab.com/pm215/qemu/-/jobs/12839040278 (Not an intermittent -- the job failed the same way on retry, and passes with my target-arm queue without this series in it.) I'm not sure exactly what's going on here, because the bios-tables-test test passes on my local machine. Could you investigate, please? 1/457 qemu:qtest+qtest-x86_64 / qtest-x86_64/bios-tables-test OK 83.58s 55 subtests passed ▶ 2/457 /aarch64/acpi/virt/its_off - ERROR:../tests/qtest/bios-tables-test.c:554:test_acpi_asl: assertion failed: (all_tables_match) FAIL ▶ 2/457 ERROR 2/457 qemu:qtest+qtest-aarch64 / qtest-aarch64/bios-tables-test ERROR 25.86s killed by signal 6 SIGABRT >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 >>> PYTHON=/builds/pm215/qemu/build/pyvenv/bin/python3.11 >>> UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 >>> QTEST_QEMU_IMG=./qemu-img >>> QTEST_QEMU_STORAGE_DAEMON_BINARY=./storage-daemon/qemu-storage-daemon >>> ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 >>> RUST_BACKTRACE=1 MESON_TEST_ITERATION=1 >>> G_TEST_DBUS_DAEMON=/builds/pm215/qemu/tests/dbus-vmstate-daemon.sh >>> MALLOC_PERTURB_=162 QTEST_QEMU_BINARY=./qemu-system-aarch64 >>> /builds/pm215/qemu/build/tests/qtest/bios-tables-test --tap -k ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― stderr: acpi-test: Warning! IORT binary file mismatch. Actual [aml:/tmp/aml-7QQVJ3], Expected [aml:tests/data/acpi/aarch64/virt/IORT.its_off]. See source file tests/qtest/bios-tables-test.c for instructions on how to update expected files. to see ASL diff between mismatched files install IASL, rebuild QEMU from scratch and re-run tests with V=1 environment variable set** ERROR:../tests/qtest/bios-tables-test.c:554:test_acpi_asl: assertion failed: (all_tables_match) (test program exited with status code -6) thanks -- PMM
