Re: [PATCH v4 50/53] semihosting: Remove qemu_semihosting_console_outc
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 | 16 > semihosting/console.
[PATCH v4 50/53] semihosting: Remove qemu_semihosting_console_outc
This function has been replaced by *_write. Signed-off-by: Richard Henderson --- include/semihosting/console.h | 13 - linux-user/semihost.c | 16 semihosting/console.c | 18 -- 3 files changed, 47 deletions(-) diff --git a/include/se