aboutsummaryrefslogtreecommitdiff
path: root/semihosting/console.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster1-3/+1
2022-07-29semihosting: Don't return negative values on qemu_semihosting_console_write()...Peter Maydell1-1/+2
2022-07-12semihosting: Remove qemu_semihosting_log_outRichard Henderson1-9/+0
2022-06-28semihosting: Create semihost_sys_poll_oneRichard Henderson1-2/+17
2022-06-28semihosting: Remove qemu_semihosting_console_outsRichard Henderson1-49/+0
2022-06-28semihosting: Remove qemu_semihosting_console_outcRichard Henderson1-18/+0
2022-06-28semihosting: Create qemu_semihosting_guestfd_initRichard Henderson1-0/+2
2022-06-28semihosting: Create qemu_semihosting_console_writeRichard Henderson1-0/+9
2022-06-28semihosting: Cleanup chardev initRichard Henderson1-16/+15
2022-06-28semihosting: Expand qemu_semihosting_console_inc to readRichard Henderson1-4/+12
2022-06-28semihosting: Pass CPUState to qemu_semihosting_console_incRichard Henderson1-6/+6
2022-06-28gdbstub: Adjust gdb_syscall_complete_cb declarationRichard Henderson1-4/+3
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-03-10semihosting: Move hw/semihosting/ -> semihosting/Philippe Mathieu-Daudé1-0/+180