aboutsummaryrefslogtreecommitdiff
path: root/semihosting
AgeCommit message (Expand)AuthorFilesLines
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson1-1/+1
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi1-4/+4
2023-10-31semihosting: fix memleak at semihosting_arg_fallbackMatheus Tavares Bernardino1-1/+2
2023-10-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi5-12/+12
2023-10-07semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()Philippe Mathieu-Daudé5-12/+12
2023-10-06semihosting/arm-compat: Clean up local variable shadowingPhilippe Mathieu-Daudé1-1/+4
2023-10-06semihosting: Clean up global variable shadowingPhilippe Mathieu-Daudé1-4/+4
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2-17/+17
2023-08-31accel/tcg: spelling fixesMichael Tokarev2-3/+3
2023-06-20meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé1-1/+1
2023-03-07gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_tRichard Henderson1-14/+20
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée3-2/+3
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée1-0/+1
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza1-1/+1
2023-02-02semihosting: add O_BINARY flag in host_open for NT compatibilityEvgeny Iakovlev1-4/+4
2023-02-02semihosting: Write back semihosting data before completion callbackKeith Packard1-10/+10
2023-01-09error handling: Use RETRY_ON_EINTR() macro where applicableNikita Ivanov1-3/+1
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster1-3/+1
2022-10-31semihosting/arm-compat-semi: Avoid using hardcoded /tmpBin Meng1-1/+2
2022-10-06semihosting: update link to specAlex Bennée1-1/+1
2022-09-13semihosting: Allow optional use of semihosting from userspacePeter Maydell1-2/+8
2022-07-29semihosting: Fix handling of buffer in TARGET_SYS_TMPNAMPeter Maydell1-2/+11
2022-07-29semihosting: Check for errors on SET_ARG()Peter Maydell1-3/+13
2022-07-29semihosting: Don't copy buffer after console_write()Peter Maydell1-1/+1
2022-07-29semihosting: Don't return negative values on qemu_semihosting_console_write()...Peter Maydell1-1/+2
2022-07-12semihosting: Remove qemu_semihosting_log_outRichard Henderson1-9/+0
2022-06-28semihosting: Create semihost_sys_poll_oneRichard Henderson2-2/+87
2022-06-28semihosting: Remove qemu_semihosting_console_outsRichard Henderson1-49/+0
2022-06-28semihosting: Use console_out_gf for SYS_WRITE0Richard Henderson1-2/+9
2022-06-28semihosting: Remove qemu_semihosting_console_outcRichard Henderson1-18/+0
2022-06-28semihosting: Use console_out_gf for SYS_WRITECRichard Henderson1-4/+16
2022-06-28semihosting: Use console_in_gf for SYS_READCRichard Henderson1-9/+18
2022-06-28semihosting: Create qemu_semihosting_guestfd_initRichard Henderson2-10/+44
2022-06-28semihosting: Add GuestFDConsoleRichard Henderson1-0/+68
2022-06-28semihosting: Create qemu_semihosting_console_writeRichard Henderson1-0/+9
2022-06-28semihosting: Cleanup chardev initRichard Henderson2-26/+22
2022-06-28semihosting: Expand qemu_semihosting_console_inc to readRichard Henderson2-6/+21
2022-06-28semihosting: Pass CPUState to qemu_semihosting_console_incRichard Henderson2-7/+7
2022-06-28gdbstub: Adjust gdb_syscall_complete_cb declarationRichard Henderson3-12/+9
2022-06-28semihosting: Create semihost_sys_gettimeofdayRichard Henderson1-0/+42
2022-06-28semihosting: Create semihost_sys_{stat,fstat}Richard Henderson1-0/+137
2022-06-28semihosting: Split out semihost_sys_systemRichard Henderson2-11/+41
2022-06-28semihosting: Split out semihost_sys_renameRichard Henderson2-20/+58
2022-06-28semihosting: Split out semihost_sys_removeRichard Henderson2-12/+41
2022-06-28semihosting: Split out semihost_sys_flenRichard Henderson2-61/+62
2022-06-28semihosting: Split out semihost_sys_isattyRichard Henderson2-26/+50
2022-06-28semihosting: Split out semihost_sys_lseekRichard Henderson2-38/+94
2022-06-28semihosting: Bound length for semihost_sys_{read,write}Richard Henderson1-0/+16
2022-06-28semihosting: Split out semihost_sys_writeRichard Henderson2-51/+55
2022-06-28semihosting: Split out semihost_sys_readRichard Henderson2-65/+105