Re: [PATCH v4 52/53] semihosting: Remove qemu_semihosting_console_outs

2022-06-27 Thread Alex Bennée
Richard Henderson writes: > This function has been replaced by *_write. > > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

Re: [PATCH v4 52/53] semihosting: Remove qemu_semihosting_console_outs

2022-06-27 Thread Luc Michel
On 13:45 Tue 07 Jun , Richard Henderson wrote: > This function has been replaced by *_write. > > Signed-off-by: Richard Henderson Reviewed-by: Luc Michel > --- > include/semihosting/console.h | 13 -- > linux-user/semihost.c | 17 > semihosting/console.c

[PATCH v4 52/53] semihosting: Remove qemu_semihosting_console_outs

2022-06-07 Thread Richard Henderson
This function has been replaced by *_write. Signed-off-by: Richard Henderson --- include/semihosting/console.h | 13 -- linux-user/semihost.c | 17 semihosting/console.c | 49 --- 3 files changed, 79 deletions(-) diff --git a/