index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
semihosting
/
console.c
Age
Commit message (
Expand
)
Author
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2022-12-14
cleanup: Tweak and re-run return_directly.cocci
Markus Armbruster
2022-07-29
semihosting: Don't return negative values on qemu_semihosting_console_write()...
Peter Maydell
2022-07-12
semihosting: Remove qemu_semihosting_log_out
Richard Henderson
2022-06-28
semihosting: Create semihost_sys_poll_one
Richard Henderson
2022-06-28
semihosting: Remove qemu_semihosting_console_outs
Richard Henderson
2022-06-28
semihosting: Remove qemu_semihosting_console_outc
Richard Henderson
2022-06-28
semihosting: Create qemu_semihosting_guestfd_init
Richard Henderson
2022-06-28
semihosting: Create qemu_semihosting_console_write
Richard Henderson
2022-06-28
semihosting: Cleanup chardev init
Richard Henderson
2022-06-28
semihosting: Expand qemu_semihosting_console_inc to read
Richard Henderson
2022-06-28
semihosting: Pass CPUState to qemu_semihosting_console_inc
Richard Henderson
2022-06-28
gdbstub: Adjust gdb_syscall_complete_cb declaration
Richard Henderson
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-03-10
semihosting: Move hw/semihosting/ -> semihosting/
Philippe Mathieu-Daudé