aboutsummaryrefslogtreecommitdiffstats
path: root/semihosting (follow)
Commit message (Expand)AuthorAgeFilesLines
* semihosting/guestfd: Remove unused 'semihosting/uaccess.h' headerPhilippe Mathieu-Daudé2024-04-261-4/+1
* semihosting: move stubs out of stubs/Paolo Bonzini2024-04-183-0/+85
* {linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich2024-03-061-4/+4
* include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson2024-02-031-1/+1
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-4/+4
* semihosting: fix memleak at semihosting_arg_fallbackMatheus Tavares Bernardino2023-10-311-1/+2
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2023-10-095-12/+12
|\
| * semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()Philippe Mathieu-Daudé2023-10-075-12/+12
* | semihosting/arm-compat: Clean up local variable shadowingPhilippe Mathieu-Daudé2023-10-061-1/+4
* | semihosting: Clean up global variable shadowingPhilippe Mathieu-Daudé2023-10-061-4/+4
|/
* accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2023-10-042-17/+17
* accel/tcg: spelling fixesMichael Tokarev2023-08-312-3/+3
* meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé2023-06-201-1/+1
* gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_tRichard Henderson2023-03-071-14/+20
* gdbstub: move syscall handling to new fileAlex Bennée2023-03-073-2/+3
* gdbstub: move register helpers into standalone includeAlex Bennée2023-03-071-0/+1
* accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza2023-02-281-1/+1
* semihosting: add O_BINARY flag in host_open for NT compatibilityEvgeny Iakovlev2023-02-021-4/+4
* semihosting: Write back semihosting data before completion callbackKeith Packard2023-02-021-10/+10
* error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov2023-01-091-3/+1
* cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster2022-12-141-3/+1
* semihosting/arm-compat-semi: Avoid using hardcoded /tmpBin Meng2022-10-311-1/+2
* semihosting: update link to specAlex Bennée2022-10-061-1/+1
* semihosting: Allow optional use of semihosting from userspacePeter Maydell2022-09-131-2/+8
* semihosting: Fix handling of buffer in TARGET_SYS_TMPNAMPeter Maydell2022-07-291-2/+11
* semihosting: Check for errors on SET_ARG()Peter Maydell2022-07-291-3/+13
* semihosting: Don't copy buffer after console_write()Peter Maydell2022-07-291-1/+1
* semihosting: Don't return negative values on qemu_semihosting_console_write() failurePeter Maydell2022-07-291-1/+2
* semihosting: Remove qemu_semihosting_log_outRichard Henderson2022-07-121-9/+0
* semihosting: Create semihost_sys_poll_oneRichard Henderson2022-06-282-2/+87
* semihosting: Remove qemu_semihosting_console_outsRichard Henderson2022-06-281-49/+0
* semihosting: Use console_out_gf for SYS_WRITE0Richard Henderson2022-06-281-2/+9
* semihosting: Remove qemu_semihosting_console_outcRichard Henderson2022-06-281-18/+0
* semihosting: Use console_out_gf for SYS_WRITECRichard Henderson2022-06-281-4/+16
* semihosting: Use console_in_gf for SYS_READCRichard Henderson2022-06-281-9/+18
* semihosting: Create qemu_semihosting_guestfd_initRichard Henderson2022-06-282-10/+44
* semihosting: Add GuestFDConsoleRichard Henderson2022-06-281-0/+68
* semihosting: Create qemu_semihosting_console_writeRichard Henderson2022-06-281-0/+9
* semihosting: Cleanup chardev initRichard Henderson2022-06-282-26/+22
* semihosting: Expand qemu_semihosting_console_inc to readRichard Henderson2022-06-282-6/+21
* semihosting: Pass CPUState to qemu_semihosting_console_incRichard Henderson2022-06-282-7/+7
* gdbstub: Adjust gdb_syscall_complete_cb declarationRichard Henderson2022-06-283-12/+9
* semihosting: Create semihost_sys_gettimeofdayRichard Henderson2022-06-281-0/+42
* semihosting: Create semihost_sys_{stat,fstat}Richard Henderson2022-06-281-0/+137
* semihosting: Split out semihost_sys_systemRichard Henderson2022-06-282-11/+41
* semihosting: Split out semihost_sys_renameRichard Henderson2022-06-282-20/+58
* semihosting: Split out semihost_sys_removeRichard Henderson2022-06-282-12/+41
* semihosting: Split out semihost_sys_flenRichard Henderson2022-06-282-61/+62
* semihosting: Split out semihost_sys_isattyRichard Henderson2022-06-282-26/+50
* semihosting: Split out semihost_sys_lseekRichard Henderson2022-06-282-38/+94