aboutsummaryrefslogtreecommitdiff
path: root/target/arm/arm-semi.c
AgeCommit message (Expand)Author
2021-01-18semihosting: Move ARM semihosting code to shared directoriesKeith Packard
2021-01-18gdbstub: drop CPUEnv from gdb_exit()Alex Bennée
2020-12-10arm: do not use ram_size globalPaolo Bonzini
2020-11-23target/arm: Make SYS_HEAPINFO work with RAM that doesn't start at 0Peter Maydell
2020-11-10target/arm: add spaces around operatorXinhao Zhang
2020-01-30target/arm/arm-semi: Don't let the guest close stdin/stdout/stderrPeter Maydell
2020-01-17target/arm/arm-semi: fix SYS_OPEN to return nonzero filehandleMasahiro Yamada
2020-01-09semihosting: add qemu_semihosting_console_inc for SYS_READCKeith Packard
2019-10-15target/arm/arm-semi: Implement SH_EXT_STDOUT_STDERR extensionPeter Maydell
2019-10-15target/arm/arm-semi: Implement SH_EXT_EXIT_EXTENDED extensionPeter Maydell
2019-10-15target/arm/arm-semi: Implement support for semihosting feature detectionPeter Maydell
2019-10-15target/arm/arm-semi: Factor out implementation of SYS_FLENPeter Maydell
2019-10-15target/arm/arm-semi: Factor out implementation of SYS_SEEKPeter Maydell
2019-10-15target/arm/arm-semi: Factor out implementation of SYS_ISTTYPeter Maydell
2019-10-15target/arm/arm-semi: Factor out implementation of SYS_READPeter Maydell
2019-10-15target/arm/arm-semi: Factor out implementation of SYS_WRITEPeter Maydell
2019-10-15target/arm/arm-semi: Factor out implementation of SYS_CLOSEPeter Maydell
2019-10-15target/arm/arm-semi: Use set_swi_errno() in gdbstub callback functionsPeter Maydell
2019-10-15target/arm/arm-semi: Restrict use of TaskState*Peter Maydell
2019-10-15target/arm/arm-semi: Make semihosting code hand out its own file descriptorsPeter Maydell
2019-10-15target/arm/arm-semi: Correct comment about gdb syscall racesPeter Maydell
2019-10-15target/arm/arm-semi: Always set some kind of errno for failed callsPeter Maydell
2019-10-15target/arm/arm-semi: Capture errno in softmmu version of set_swi_errno()Peter Maydell
2019-06-12semihosting: split console_out into string and char versionsAlex Bennée
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson
2019-05-28target/arm: correct return values for WRITE/READ in arm-semiAlex Bennée
2019-05-28target/arm: add LOG_UNIMP messages to arm-semiAlex Bennée
2019-05-28target/arm: use the common interface for WRITE0/WRITEC in arm-semiAlex Bennée
2019-05-28target/arm: fixup some of the commentary for arm-semiAlex Bennée
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée
2019-05-23arm: Remove unnecessary includes of hw/arm/arm.hPeter Maydell
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2018-08-24target/arm: Remove a handful of stray tabsPeter Maydell
2016-12-20Move target-* CPU file into a target/ folderThomas Huth