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
Age
Commit message (
Expand
)
Author
2024-07-22
semihosting: Restrict to TCG
Philippe Mathieu-Daudé
2024-04-26
semihosting/guestfd: Remove unused 'semihosting/uaccess.h' header
Philippe Mathieu-Daudé
2024-04-18
semihosting: move stubs out of stubs/
Paolo Bonzini
2024-03-06
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
2024-02-03
include/exec: Change cpu_mmu_index argument to CPUState
Richard Henderson
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2023-10-31
semihosting: fix memleak at semihosting_arg_fallback
Matheus Tavares Bernardino
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-06
semihosting: Clean up global variable shadowing
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-06-20
meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
Philippe Mathieu-Daudé
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-28
accel/tcg: Add 'size' param to probe_access_flags()
Daniel Henrique Barboza
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-12-14
cleanup: Tweak and re-run return_directly.cocci
Markus Armbruster
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-09-13
semihosting: Allow optional use of semihosting from userspace
Peter Maydell
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-07-29
semihosting: Don't copy buffer after console_write()
Peter Maydell
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: Use console_out_gf for SYS_WRITE0
Richard Henderson
2022-06-28
semihosting: Remove qemu_semihosting_console_outc
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: Create qemu_semihosting_guestfd_init
Richard Henderson
2022-06-28
semihosting: Add GuestFDConsole
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
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
[next]