On 09/05/2019 14.04, Philippe Mathieu-Daudé wrote: [...] >> I now gave your series another try and replaced patch 3 with the python3 >> fix from Eduardo locally here. FreeBSD works great. OpenBSD is fine too, >> except for the known issue that the "gmake check" does not work - but >> this issue has been there before already. [...] > > "gmake check" was working on OpenBSD with this series: > https://lists.gnu.org/archive/html/qemu-devel/2019-01/msg07513.html > I think most of the patch proposed there have been merged, so are you > talking about a new issue?
Oh, true, I remembered the patches, but was not aware that they've been merged. The issue that I've seen is this one: [...] TEST check-qtest-arm: tests/pca9552-test TEST check-qtest-arm: tests/ds1338-test TEST check-qtest-arm: tests/microbit-test TEST check-qtest-arm: tests/m25p80-test TEST check-qtest-arm: tests/test-arm-mptimer TEST check-qtest-arm: tests/boot-serial-test qemu-system-arm: cannot set up guest memory 'ram': Cannot allocate memory Broken pipe /home/qemu/qemu-test.znJ6fy/src/tests/libqtest.c:135: kill_qemu() tried to terminate QEMU process but encountered exit status 1 ERROR - too few tests run (expected 2, got 0) Abort trap (core dumped) gmake: *** [/home/qemu/qemu-test.znJ6fy/src/tests/Makefile.include:903: check-qtest-arm] Error 1 Thomas