aboutsummaryrefslogtreecommitdiff
path: root/linux-user/arm/cpu_loop.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé1-1/+1
2021-01-18semihosting: Change common-semi API to be architecture-independentKeith Packard1-1/+2
2020-11-23linux-user/arm: Deliver SIGTRAP for UDF patterns used as breakpointsPeter Maydell1-0/+28
2020-05-21linux-user/arm: Fix identification of syscall numbersPeter Maydell1-66/+77
2020-05-21linux-user/arm: Handle invalid arm-specific syscalls correctlyPeter Maydell1-4/+26
2020-05-21linux-user/arm: Remove bogus SVC 0xf0002 handlingPeter Maydell1-3/+1
2020-05-21linux-user/arm: BKPT should cause SIGTRAP, not be a syscallPeter Maydell1-22/+8
2020-02-19linux-user: Use `qemu_log' for non-strace loggingJosh Kunz1-2/+3
2020-01-09target/arm: only update pc after semihosting completesAlex Bennée1-0/+1
2019-10-24linux-user/arm: Rebuild hflags for TARGET_WORDS_BIGENDIANRichard Henderson1-0/+1
2019-09-27target/arm: remove run-time semihosting checks for linux-userAlex Bennée1-3/+0
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson1-1/+1
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson1-1/+1
2018-11-12linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell1-12/+4
2018-04-30linux-user: Add ARM get_tls syscall supportChristophe Lyon1-0/+3
2018-04-30linux-user: move arm cpu loop to arm directoryLaurent Vivier1-0/+430
2018-04-30linux-user: create a dummy per arch cpu_loop.cLaurent Vivier1-0/+26