summaryrefslogtreecommitdiff
path: root/linux-user/arm/cpu_loop.c
AgeCommit message (Expand)Author
2021-05-15linux-user/arm: Simplify accumulating and raising fpa11 exceptionsRichard Henderson
2021-05-15linux-user/arm: Do not fill in si_code for fpa11 exceptionsRichard Henderson
2021-05-15linux-user/arm: Do not emulate fpa11 in thumb modeRichard Henderson
2021-05-15linux-user/arm: Split out emulate_arm_fpa11Richard Henderson
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé
2021-01-18semihosting: Change common-semi API to be architecture-independentKeith Packard
2020-11-23linux-user/arm: Deliver SIGTRAP for UDF patterns used as breakpointsPeter Maydell
2020-05-21linux-user/arm: Fix identification of syscall numbersPeter Maydell
2020-05-21linux-user/arm: Handle invalid arm-specific syscalls correctlyPeter Maydell
2020-05-21linux-user/arm: Remove bogus SVC 0xf0002 handlingPeter Maydell
2020-05-21linux-user/arm: BKPT should cause SIGTRAP, not be a syscallPeter Maydell
2020-02-19linux-user: Use `qemu_log' for non-strace loggingJosh Kunz
2020-01-09target/arm: only update pc after semihosting completesAlex Bennée
2019-10-24linux-user/arm: Rebuild hflags for TARGET_WORDS_BIGENDIANRichard Henderson
2019-09-27target/arm: remove run-time semihosting checks for linux-userAlex Bennée
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-10target/arm: Use env_cpu, env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2018-11-12linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell
2018-04-30linux-user: Add ARM get_tls syscall supportChristophe Lyon
2018-04-30linux-user: move arm cpu loop to arm directoryLaurent Vivier
2018-04-30linux-user: create a dummy per arch cpu_loop.cLaurent Vivier