xemu/include/semihosting
Richard Henderson 008e147572 semihosting: Add GuestFDConsole
Add a GuestFDType for connecting to the semihosting console.
Hook up to read, write, isatty, and fstat syscalls.

Note that the arm-specific syscall flen cannot be applied
to the console, because the console is not a descriptor
exposed to the guest.

Reviewed-by: Luc Michel <lmichel@kalray.eu>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2022-06-28 04:36:30 +05:30
..
common-semi.h semihosting: Move common-semi.h to include/semihosting/ 2022-06-28 04:35:07 +05:30
console.h semihosting: Create qemu_semihosting_console_write 2022-06-28 04:35:52 +05:30
guestfd.h semihosting: Add GuestFDConsole 2022-06-28 04:36:30 +05:30
semihost.h semihosting: Cleanup chardev init 2022-06-28 04:35:52 +05:30
softmmu-uaccess.h semihosting: Add target_strlen for softmmu-uaccess.h 2022-06-28 04:35:06 +05:30
syscalls.h semihosting: Create semihost_sys_gettimeofday 2022-06-28 04:35:52 +05:30