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-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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
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
2022-06-28
semihosting: Remove qemu_semihosting_console_outc
Richard Henderson
1
-18
/
+0
2022-06-28
semihosting: Use console_out_gf for SYS_WRITEC
Richard Henderson
1
-4
/
+16
2022-06-28
semihosting: Use console_in_gf for SYS_READC
Richard Henderson
1
-9
/
+18
2022-06-28
semihosting: Create qemu_semihosting_guestfd_init
Richard Henderson
2
-10
/
+44
2022-06-28
semihosting: Add GuestFDConsole
Richard Henderson
1
-0
/
+68
2022-06-28
semihosting: Create qemu_semihosting_console_write
Richard Henderson
1
-0
/
+9
2022-06-28
semihosting: Cleanup chardev init
Richard Henderson
2
-26
/
+22
2022-06-28
semihosting: Expand qemu_semihosting_console_inc to read
Richard Henderson
2
-6
/
+21
2022-06-28
semihosting: Pass CPUState to qemu_semihosting_console_inc
Richard Henderson
2
-7
/
+7
2022-06-28
gdbstub: Adjust gdb_syscall_complete_cb declaration
Richard Henderson
3
-12
/
+9
2022-06-28
semihosting: Create semihost_sys_gettimeofday
Richard Henderson
1
-0
/
+42
2022-06-28
semihosting: Create semihost_sys_{stat,fstat}
Richard Henderson
1
-0
/
+137
2022-06-28
semihosting: Split out semihost_sys_system
Richard Henderson
2
-11
/
+41
2022-06-28
semihosting: Split out semihost_sys_rename
Richard Henderson
2
-20
/
+58
2022-06-28
semihosting: Split out semihost_sys_remove
Richard Henderson
2
-12
/
+41
2022-06-28
semihosting: Split out semihost_sys_flen
Richard Henderson
2
-61
/
+62
2022-06-28
semihosting: Split out semihost_sys_isatty
Richard Henderson
2
-26
/
+50
2022-06-28
semihosting: Split out semihost_sys_lseek
Richard Henderson
2
-38
/
+94
[next]