aboutsummaryrefslogtreecommitdiff
path: root/linux-user/arm/cpu_loop.c
AgeCommit message (Expand)AuthorFilesLines
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