On Mon, 17 Feb 2025 at 14:55, Peter Maydell <peter.mayd...@linaro.org> wrote: > > On Sat, 8 Feb 2025 at 16:39, Philippe Mathieu-Daudé <phi...@linaro.org> wrote: > > > > Hi, > > > > This series add support for (async) FIFO on the transmit path > > of the PL011 UART. > > > > Applied to target-arm.next, thanks (with a couple of minor > tweaks to two of the patches).
Unfortunately I seem to get failures in 'make check-functional' with the last patch of this series applied. This is with a clang sanitizer build on ubuntu 24.04: '../../configure' '--cc=clang' '--cxx=clang++' '--enable-ubsan' '--target-list=arm-softmmu,arm-linux-user,aarch64-softmmu,aarch64-linux-user' and the tests that fail are: 42/44 qemu:func-thorough+func-aarch64-thorough+thorough / func-aarch64-aarch64_xlnx_versal TIMEOUT 90.01s killed by signal 15 SIGTERM 43/44 qemu:func-thorough+func-aarch64-thorough+thorough / func-aarch64-aarch64_raspi4 TIMEOUT 480.01s killed by signal 15 SIGTERM 44/44 qemu:func-thorough+func-aarch64-thorough+thorough / func-aarch64-aarch64_virt TIMEOUT 720.01s killed by signal 15 SIGTERM Looking at the test logs it looks like the test framework starts QEMU but there is never any output from the guest console. I've dropped the patchset from target-arm.next for the moment. thanks -- PMM