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
/
syscalls.c
Age
Commit message (
Expand
)
Author
2023-10-07
semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-08-31
accel/tcg: spelling fixes
Michael Tokarev
2023-03-07
gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_t
Richard Henderson
2023-03-07
gdbstub: move syscall handling to new file
Alex Bennée
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
2023-02-02
semihosting: add O_BINARY flag in host_open for NT compatibility
Evgeny Iakovlev
2023-02-02
semihosting: Write back semihosting data before completion callback
Keith Packard
2023-01-09
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
2022-07-29
semihosting: Don't copy buffer after console_write()
Peter Maydell
2022-06-28
semihosting: Create semihost_sys_poll_one
Richard Henderson
2022-06-28
semihosting: Add GuestFDConsole
Richard Henderson
2022-06-28
gdbstub: Adjust gdb_syscall_complete_cb declaration
Richard Henderson
2022-06-28
semihosting: Create semihost_sys_gettimeofday
Richard Henderson
2022-06-28
semihosting: Create semihost_sys_{stat,fstat}
Richard Henderson
2022-06-28
semihosting: Split out semihost_sys_system
Richard Henderson
2022-06-28
semihosting: Split out semihost_sys_rename
Richard Henderson
2022-06-28
semihosting: Split out semihost_sys_remove
Richard Henderson
2022-06-28
semihosting: Split out semihost_sys_flen
Richard Henderson
2022-06-28
semihosting: Split out semihost_sys_isatty
Richard Henderson
2022-06-28
semihosting: Split out semihost_sys_lseek
Richard Henderson
2022-06-28
semihosting: Bound length for semihost_sys_{read,write}
Richard Henderson
2022-06-28
semihosting: Split out semihost_sys_write
Richard Henderson
2022-06-28
semihosting: Split out semihost_sys_read
Richard Henderson
2022-06-28
semihosting: Split out semihost_sys_close
Richard Henderson
2022-06-28
semihosting: Split out semihost_sys_open
Richard Henderson