semihosting: Create qemu_semihosting_console_write
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 1 May 2022 19:42:37 +0000 (12:42 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 27 Jun 2022 23:05:52 +0000 (04:35 +0530)
commitcd66f20f614bb492e4e5be11e4b65d58b4a046ca
tree52b91ede9cb6138a2629ee1d826af4a8ac2b3814
parentfb08790b35174a98301ecbac4d5234d0cbfebea0
semihosting: Create qemu_semihosting_console_write

Will replace qemu_semihosting_console_{outs,outc},
but we need more plumbing first.

Reviewed-by: Luc Michel <lmichel@kalray.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/semihosting/console.h
linux-user/semihost.c
semihosting/console.c