Philippe Mathieu-Daudé <phi...@linaro.org> writes: > Hi Fabiano, > > On 12/12/24 00:37, Philippe Mathieu-Daudé wrote: >> Replace first_cpu->as by address_space_memory. >> >> Philippe Mathieu-Daudé (2): >> system/qtest: Remove uses of 'first_cpu' >> qtest/fuzz: Remove uses of 'first_cpu' >> >> system/qtest.c | 53 ++++++++++++++++--------------- >> tests/qtest/fuzz/generic_fuzz.c | 3 +- >> tests/qtest/fuzz/qtest_wrappers.c | 53 ++++++++++++++++--------------- >> 3 files changed, 56 insertions(+), 53 deletions(-) > > Ping :)
Hi! Good that you pinged, I thought you were looking into the test failures from v1. I copied you in this other thread that mentioned them as well: https://lore.kernel.org/r/87y10jctbd....@suse.de Applying this series on top of master just now: Summary of Failures: 10/519 qemu:qtest+qtest-arm / qtest-arm/stm32l4x5_usart-test ERROR 1.40s exit status 1 165/519 qemu:qtest+qtest-arm / qtest-arm/sse-timer-test ERROR 0.40s killed by signal 6 SIGABRT 185/519 qemu:qtest+qtest-arm / qtest-arm/stm32l4x5_exti-test ERROR 0.19s exit status 1 187/519 qemu:qtest+qtest-arm / qtest-arm/stm32l4x5_rcc-test ERROR 0.19s exit status 1 515/519 qemu:qtest+qtest-arm / qtest-arm/microbit-test TIMEOUT 60.01s killed by signal 15 SIGTERM > > Tell me if you prefer I merge these patch myself. > > Regards, > > Phil.