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-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-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
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
2023-02-02
semihosting: add O_BINARY flag in host_open for NT compatibility
Evgeny Iakovlev
1
-4
/
+4
2023-02-02
semihosting: Write back semihosting data before completion callback
Keith Packard
1
-10
/
+10
2023-01-09
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
1
-3
/
+1
2022-12-14
cleanup: Tweak and re-run return_directly.cocci
Markus Armbruster
1
-3
/
+1
2022-10-31
semihosting/arm-compat-semi: Avoid using hardcoded /tmp
Bin Meng
1
-1
/
+2
2022-10-06
semihosting: update link to spec
Alex Bennée
1
-1
/
+1
2022-09-13
semihosting: Allow optional use of semihosting from userspace
Peter Maydell
1
-2
/
+8
2022-07-29
semihosting: Fix handling of buffer in TARGET_SYS_TMPNAM
Peter Maydell
1
-2
/
+11
2022-07-29
semihosting: Check for errors on SET_ARG()
Peter Maydell
1
-3
/
+13
2022-07-29
semihosting: Don't copy buffer after console_write()
Peter Maydell
1
-1
/
+1
2022-07-29
semihosting: Don't return negative values on qemu_semihosting_console_write()...
Peter Maydell
1
-1
/
+2
2022-07-12
semihosting: Remove qemu_semihosting_log_out
Richard Henderson
1
-9
/
+0
2022-06-28
semihosting: Create semihost_sys_poll_one
Richard Henderson
2
-2
/
+87
2022-06-28
semihosting: Remove qemu_semihosting_console_outs
Richard Henderson
1
-49
/
+0
2022-06-28
semihosting: Use console_out_gf for SYS_WRITE0
Richard Henderson
1
-2
/
+9
[next]