summaryrefslogtreecommitdiff
path: root/target/arm/arm-semi.c
AgeCommit message (Expand)Author
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