Re: [PATCH v4 01/11] target/mips: Use an exception for semihosting

2022-06-10 Thread Philippe Mathieu-Daudé via
On 8/6/22 07:19, Richard Henderson wrote: Within do_interrupt, we hold the iothread lock, which is required for Chardev access for the console, and for the round trip for use_gdb_syscalls(). Signed-off-by: Richard Henderson --- target/mips/cpu.h | 3 ++- target/mips/

[PATCH v4 01/11] target/mips: Use an exception for semihosting

2022-06-07 Thread Richard Henderson
Within do_interrupt, we hold the iothread lock, which is required for Chardev access for the console, and for the round trip for use_gdb_syscalls(). Signed-off-by: Richard Henderson --- target/mips/cpu.h | 3 ++- target/mips/tcg/tcg-internal.h| 2 ++ target/