Re: [PATCH v4 01/12] accel/tcg: Add stub for cpu_loop_exit()

2020-10-03 Thread Richard Henderson
On 9/29/20 5:43 PM, Philippe Mathieu-Daudé wrote: > Since the support of SYS_READC in commit 8de702cb67 the > semihosting code is strongly depedent of the TCG accelerator > via a call to cpu_loop_exit(). > > Ideally we would only build semihosting support when TCG > is available, but unfortunately

Re: [PATCH v4 01/12] accel/tcg: Add stub for cpu_loop_exit()

2020-09-30 Thread Thomas Huth
On 30/09/2020 00.43, Philippe Mathieu-Daudé wrote: > Since the support of SYS_READC in commit 8de702cb67 the > semihosting code is strongly depedent of the TCG accelerator > via a call to cpu_loop_exit(). > > Ideally we would only build semihosting support when TCG > is available, but unfortunatel