summaryrefslogtreecommitdiffstats
path: root/target/arm/arm-semi.c
Commit message (Expand)AuthorAgeFilesLines
* target/arm/arm-semi: Don't let the guest close stdin/stdout/stderrPeter Maydell2020-01-301-0/+9
* target/arm/arm-semi: fix SYS_OPEN to return nonzero filehandleMasahiro Yamada2020-01-171-2/+3
* semihosting: add qemu_semihosting_console_inc for SYS_READCKeith Packard2020-01-091-2/+1Star
* target/arm/arm-semi: Implement SH_EXT_STDOUT_STDERR extensionPeter Maydell2019-10-151-2/+17
* target/arm/arm-semi: Implement SH_EXT_EXIT_EXTENDED extensionPeter Maydell2019-10-151-5/+14
* target/arm/arm-semi: Implement support for semihosting feature detectionPeter Maydell2019-10-151-1/+108
* target/arm/arm-semi: Factor out implementation of SYS_FLENPeter Maydell2019-10-151-10/+22
* target/arm/arm-semi: Factor out implementation of SYS_SEEKPeter Maydell2019-10-151-9/+22
* target/arm/arm-semi: Factor out implementation of SYS_ISTTYPeter Maydell2019-10-151-5/+15
* target/arm/arm-semi: Factor out implementation of SYS_READPeter Maydell2019-10-151-20/+35
* target/arm/arm-semi: Factor out implementation of SYS_WRITEPeter Maydell2019-10-151-18/+33
* target/arm/arm-semi: Factor out implementation of SYS_CLOSEPeter Maydell2019-10-151-7/+37
* target/arm/arm-semi: Use set_swi_errno() in gdbstub callback functionsPeter Maydell2019-10-151-21/+6Star
* target/arm/arm-semi: Restrict use of TaskState*Peter Maydell2019-10-151-48/+63
* target/arm/arm-semi: Make semihosting code hand out its own file descriptorsPeter Maydell2019-10-151-14/+214
* target/arm/arm-semi: Correct comment about gdb syscall racesPeter Maydell2019-10-151-4/+15
* target/arm/arm-semi: Always set some kind of errno for failed callsPeter Maydell2019-10-151-18/+27
* target/arm/arm-semi: Capture errno in softmmu version of set_swi_errno()Peter Maydell2019-10-151-4/+5
* semihosting: split console_out into string and char versionsAlex Bennée2019-06-121-2/+2
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* target/arm: Use env_cpu, env_archcpuRichard Henderson2019-06-101-2/+2
* target/arm: correct return values for WRITE/READ in arm-semiAlex Bennée2019-05-281-8/+12
* target/arm: add LOG_UNIMP messages to arm-semiAlex Bennée2019-05-281-2/+3
* target/arm: use the common interface for WRITE0/WRITEC in arm-semiAlex Bennée2019-05-281-25/+4Star
* target/arm: fixup some of the commentary for arm-semiAlex Bennée2019-05-281-9/+31
* semihosting: move semihosting configuration into its own directoryAlex Bennée2019-05-281-1/+1
* arm: Remove unnecessary includes of hw/arm/arm.hPeter Maydell2019-05-231-1/+0Star
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-181-1/+1
* target/arm: Remove a handful of stray tabsPeter Maydell2018-08-241-1/+1
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+656