index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
semihosting
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
semihosting/guestfd: Remove unused 'semihosting/uaccess.h' header
Philippe Mathieu-Daudé
2024-04-26
1
-4
/
+1
*
semihosting: move stubs out of stubs/
Paolo Bonzini
2024-04-18
3
-0
/
+85
*
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
2024-03-06
1
-4
/
+4
*
include/exec: Change cpu_mmu_index argument to CPUState
Richard Henderson
2024-02-03
1
-1
/
+1
*
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2024-01-08
1
-4
/
+4
*
semihosting: fix memleak at semihosting_arg_fallback
Matheus Tavares Bernardino
2023-10-31
1
-1
/
+2
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2023-10-09
5
-12
/
+12
|
\
|
*
semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()
Philippe Mathieu-Daudé
2023-10-07
5
-12
/
+12
*
|
semihosting/arm-compat: Clean up local variable shadowing
Philippe Mathieu-Daudé
2023-10-06
1
-1
/
+4
*
|
semihosting: Clean up global variable shadowing
Philippe Mathieu-Daudé
2023-10-06
1
-4
/
+4
|
/
*
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-04
2
-17
/
+17
*
accel/tcg: spelling fixes
Michael Tokarev
2023-08-31
2
-3
/
+3
*
meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
Philippe Mathieu-Daudé
2023-06-20
1
-1
/
+1
*
gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_t
Richard Henderson
2023-03-07
1
-14
/
+20
*
gdbstub: move syscall handling to new file
Alex Bennée
2023-03-07
3
-2
/
+3
*
gdbstub: move register helpers into standalone include
Alex Bennée
2023-03-07
1
-0
/
+1
*
accel/tcg: Add 'size' param to probe_access_flags()
Daniel Henrique Barboza
2023-02-28
1
-1
/
+1
*
semihosting: add O_BINARY flag in host_open for NT compatibility
Evgeny Iakovlev
2023-02-02
1
-4
/
+4
*
semihosting: Write back semihosting data before completion callback
Keith Packard
2023-02-02
1
-10
/
+10
*
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
2023-01-09
1
-3
/
+1
*
cleanup: Tweak and re-run return_directly.cocci
Markus Armbruster
2022-12-14
1
-3
/
+1
*
semihosting/arm-compat-semi: Avoid using hardcoded /tmp
Bin Meng
2022-10-31
1
-1
/
+2
*
semihosting: update link to spec
Alex Bennée
2022-10-06
1
-1
/
+1
*
semihosting: Allow optional use of semihosting from userspace
Peter Maydell
2022-09-13
1
-2
/
+8
*
semihosting: Fix handling of buffer in TARGET_SYS_TMPNAM
Peter Maydell
2022-07-29
1
-2
/
+11
*
semihosting: Check for errors on SET_ARG()
Peter Maydell
2022-07-29
1
-3
/
+13
*
semihosting: Don't copy buffer after console_write()
Peter Maydell
2022-07-29
1
-1
/
+1
*
semihosting: Don't return negative values on qemu_semihosting_console_write() failure
Peter Maydell
2022-07-29
1
-1
/
+2
*
semihosting: Remove qemu_semihosting_log_out
Richard Henderson
2022-07-12
1
-9
/
+0
*
semihosting: Create semihost_sys_poll_one
Richard Henderson
2022-06-28
2
-2
/
+87
*
semihosting: Remove qemu_semihosting_console_outs
Richard Henderson
2022-06-28
1
-49
/
+0
*
semihosting: Use console_out_gf for SYS_WRITE0
Richard Henderson
2022-06-28
1
-2
/
+9
*
semihosting: Remove qemu_semihosting_console_outc
Richard Henderson
2022-06-28
1
-18
/
+0
*
semihosting: Use console_out_gf for SYS_WRITEC
Richard Henderson
2022-06-28
1
-4
/
+16
*
semihosting: Use console_in_gf for SYS_READC
Richard Henderson
2022-06-28
1
-9
/
+18
*
semihosting: Create qemu_semihosting_guestfd_init
Richard Henderson
2022-06-28
2
-10
/
+44
*
semihosting: Add GuestFDConsole
Richard Henderson
2022-06-28
1
-0
/
+68
*
semihosting: Create qemu_semihosting_console_write
Richard Henderson
2022-06-28
1
-0
/
+9
*
semihosting: Cleanup chardev init
Richard Henderson
2022-06-28
2
-26
/
+22
*
semihosting: Expand qemu_semihosting_console_inc to read
Richard Henderson
2022-06-28
2
-6
/
+21
*
semihosting: Pass CPUState to qemu_semihosting_console_inc
Richard Henderson
2022-06-28
2
-7
/
+7
*
gdbstub: Adjust gdb_syscall_complete_cb declaration
Richard Henderson
2022-06-28
3
-12
/
+9
*
semihosting: Create semihost_sys_gettimeofday
Richard Henderson
2022-06-28
1
-0
/
+42
*
semihosting: Create semihost_sys_{stat,fstat}
Richard Henderson
2022-06-28
1
-0
/
+137
*
semihosting: Split out semihost_sys_system
Richard Henderson
2022-06-28
2
-11
/
+41
*
semihosting: Split out semihost_sys_rename
Richard Henderson
2022-06-28
2
-20
/
+58
*
semihosting: Split out semihost_sys_remove
Richard Henderson
2022-06-28
2
-12
/
+41
*
semihosting: Split out semihost_sys_flen
Richard Henderson
2022-06-28
2
-61
/
+62
*
semihosting: Split out semihost_sys_isatty
Richard Henderson
2022-06-28
2
-26
/
+50
*
semihosting: Split out semihost_sys_lseek
Richard Henderson
2022-06-28
2
-38
/
+94
[next]