Re: [PATCH v3 08/26] tests/tcg: use regular semihosting for nios2-softmmu

2022-10-20 Thread Richard Henderson
On 10/20/22 21:51, Alex Bennée wrote: The nios2 code now plugs into the common semihosting code so we can use the same redirect invocation as the other boards. There is however a bug raised for the fact the tests don't seem to be completing properly and silently passing anyway: https://gitlab

[PATCH v3 08/26] tests/tcg: use regular semihosting for nios2-softmmu

2022-10-20 Thread Alex Bennée
The nios2 code now plugs into the common semihosting code so we can use the same redirect invocation as the other boards. There is however a bug raised for the fact the tests don't seem to be completing properly and silently passing anyway: https://gitlab.com/qemu-project/qemu/-/issues/1258 Sig