index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-10.1
stable-10.2
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-10.1
staging-10.2
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
semihosting
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-22
misc: Clean up includes
Peter Maydell
1
-1
/
+0
2025-12-27
include: move hw/loader.h to hw/core/
Paolo Bonzini
1
-1
/
+1
2025-12-27
include: move hw/boards.h to hw/core/
Paolo Bonzini
1
-1
/
+1
2025-10-29
semihosting: Fix GDB File-I/O FLEN
Sean Anderson
1
-4
/
+1
2025-10-28
char: rename CharBackend->CharFrontend
Marc-André Lureau
1
-3
/
+3
2025-09-26
semihosting/arm-compat-semi: compile once in system and per target for user mode
Pierrick Bouvier
1
-1
/
+2
2025-09-26
semihosting/arm-compat-semi: remove dependency on cpu.h
Pierrick Bouvier
1
-1
/
+0
2025-09-26
semihosting/arm-compat-semi: eradicate target_long
Pierrick Bouvier
1
-2
/
+5
2025-09-26
semihosting/arm-compat-semi: replace target_ulong
Pierrick Bouvier
1
-11
/
+11
2025-09-26
semihosting/arm-compat-semi: eradicate sizeof(target_ulong)
Pierrick Bouvier
1
-1
/
+1
2025-09-26
include/semihosting/common-semi: extract common_semi API
Pierrick Bouvier
1
-2
/
+1
2025-09-26
semihosting/arm-compat-semi: change common_semi_sys_exit_extended
Pierrick Bouvier
1
-1
/
+2
2025-09-26
semihosting/guestfd: compile once for system/user
Pierrick Bouvier
4
-26
/
+56
2025-09-26
semihosting/syscalls: replace uint64_t with vaddr where appropriate
Pierrick Bouvier
1
-39
/
+39
2025-09-26
semihosting/syscalls: compile once in system and per target for user mode
Pierrick Bouvier
3
-46
/
+48
2025-08-28
semihosting: Initialize heap once per process
Richard Henderson
1
-13
/
+9
2025-08-28
semihosting: Retrieve stack top from image_info
Richard Henderson
1
-1
/
+5
2025-07-02
semihosting/uaccess: Compile once
Philippe Mathieu-Daudé
1
-4
/
+1
2025-07-02
semihosting/uaccess: Remove uses of target_ulong type
Philippe Mathieu-Daudé
1
-5
/
+5
2025-04-30
include: Remove 'exec/exec-all.h'
Philippe Mathieu-Daudé
1
-1
/
+0
2025-04-30
accel/tcg: Extract probe API out of 'exec/exec-all.h'
Philippe Mathieu-Daudé
1
-0
/
+1
2025-04-23
exec/cpu-all: remove this header
Pierrick Bouvier
1
-1
/
+0
2025-04-23
exec/cpu-all: remove exec/target_page include
Pierrick Bouvier
1
-0
/
+1
2025-04-23
exec/cpu-all: extract tlb flags defines to exec/tlb-flags.h
Pierrick Bouvier
1
-0
/
+1
2025-04-23
semihosting: Assert is_user in user-only semihosting_enabled
Richard Henderson
1
-0
/
+1
2025-04-23
semihosting: Move user-only implementation out-of-line
Richard Henderson
4
-8
/
+29
2025-04-23
include/exec: Split out accel/tcg/cpu-mmu-index.h
Richard Henderson
1
-0
/
+1
2025-01-17
semihosting/meson: Build config.o and console.o once
Philippe Mathieu-Daudé
1
-3
/
+6
2025-01-17
semihosting/console: Avoid including 'cpu.h'
Philippe Mathieu-Daudé
1
-1
/
+2
2025-01-17
semihosting/arm-compat: Include missing 'cpu.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2025-01-17
semihosting/uaccess: Include missing 'exec/cpu-all.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2025-01-17
semihosting: add guest_error logging for failed opens
Alex Bennée
1
-0
/
+2
2024-07-22
semihosting: Restrict to TCG
Philippe Mathieu-Daudé
1
-0
/
+1
2024-04-26
semihosting/guestfd: Remove unused 'semihosting/uaccess.h' header
Philippe Mathieu-Daudé
1
-4
/
+1
2024-04-18
semihosting: move stubs out of stubs/
Paolo Bonzini
3
-0
/
+85
2024-03-06
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
1
-4
/
+4
2024-02-03
include/exec: Change cpu_mmu_index argument to CPUState
Richard Henderson
1
-1
/
+1
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
1
-4
/
+4
2023-10-31
semihosting: fix memleak at semihosting_arg_fallback
Matheus Tavares Bernardino
1
-1
/
+2
2023-10-09
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
5
-12
/
+12
2023-10-07
semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()
Philippe Mathieu-Daudé
5
-12
/
+12
2023-10-06
semihosting/arm-compat: Clean up local variable shadowing
Philippe Mathieu-Daudé
1
-1
/
+4
2023-10-06
semihosting: Clean up global variable shadowing
Philippe Mathieu-Daudé
1
-4
/
+4
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2
-17
/
+17
2023-08-31
accel/tcg: spelling fixes
Michael Tokarev
2
-3
/
+3
2023-06-20
meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
Philippe Mathieu-Daudé
1
-1
/
+1
2023-03-07
gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_t
Richard Henderson
1
-14
/
+20
2023-03-07
gdbstub: move syscall handling to new file
Alex Bennée
3
-2
/
+3
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
1
-0
/
+1
2023-02-28
accel/tcg: Add 'size' param to probe_access_flags()
Daniel Henrique Barboza
1
-1
/
+1
[next]