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
/
arm-compat-semi.c
Age
Commit message (
Expand
)
Author
2024-03-06
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
2023-10-09
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2023-10-07
semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()
Philippe Mathieu-Daudé
2023-10-06
semihosting/arm-compat: Clean up local variable shadowing
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-03-07
gdbstub: move syscall handling to new file
Alex Bennée
2022-10-31
semihosting/arm-compat-semi: Avoid using hardcoded /tmp
Bin Meng
2022-10-06
semihosting: update link to spec
Alex Bennée
2022-07-29
semihosting: Fix handling of buffer in TARGET_SYS_TMPNAM
Peter Maydell
2022-07-29
semihosting: Check for errors on SET_ARG()
Peter Maydell
2022-06-28
semihosting: Use console_out_gf for SYS_WRITE0
Richard Henderson
2022-06-28
semihosting: Use console_out_gf for SYS_WRITEC
Richard Henderson
2022-06-28
semihosting: Use console_in_gf for SYS_READC
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
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: 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
2022-06-28
semihosting: Move GET_ARG/SET_ARG earlier in the file
Richard Henderson
2022-06-28
semihosting: Use env more often in do_common_semihosting
Richard Henderson
2022-06-28
semihosting: Split out common-semi-target.h
Richard Henderson
2022-06-28
semihosting: Split out common_semi_has_synccache
Richard Henderson
2022-06-28
semihosting: Split common_semi_flen_buf per target
Richard Henderson
2022-06-28
semihosting: Split is_64bit_semihosting per target
Richard Henderson
2022-06-28
semihosting: Use struct gdb_stat in common_semi_flen_cb
Richard Henderson
2022-06-28
include/exec: Move gdb open flags to gdbstub.h
Richard Henderson
2022-06-28
semihosting: Remove GDB_O_BINARY
Richard Henderson
2022-06-28
semihosting: Return void from do_common_semihosting
Richard Henderson
2022-06-28
semihosting: Clean up common_semi_open_cb
Richard Henderson
2022-06-28
semihosting: Clean up common_semi_flen_cb
Richard Henderson
2022-06-28
semihosting: Adjust error checking in common_semi_cb
Richard Henderson
2022-06-28
semihosting: Inline set_swi_errno into common_semi_cb
Richard Henderson
2022-06-28
semihosting: Split out guestfd.c
Richard Henderson
2022-06-28
semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.h
Richard Henderson
2022-05-23
linux-user: Clean up arg_start/arg_end confusion
Richard Henderson
2022-02-28
semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO
Alex Bennée
2021-10-22
target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxl
Richard Henderson
2021-09-13
linux-user: Don't include gdbstub.h in qemu.h
Peter Maydell
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
2021-03-24
semihosting/arm-compat-semi: don't use SET_ARG to report SYS_HEAPINFO
Alex Bennée
2021-03-24
semihosting/arm-compat-semi: unify GET/SET_ARG helpers
Alex Bennée
[next]