summary refs log tree commit diff stats
path: root/linux-user/arm/cpu_loop.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user/arm: Simplify accumulating and raising fpa11 exceptionsRichard Henderson2021-05-151-32/+18
* linux-user/arm: Do not fill in si_code for fpa11 exceptionsRichard Henderson2021-05-151-20/+6
* linux-user/arm: Do not emulate fpa11 in thumb modeRichard Henderson2021-05-151-1/+1
* linux-user/arm: Split out emulate_arm_fpa11Richard Henderson2021-05-151-59/+94
* semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé2021-03-101-1/+1
* semihosting: Change common-semi API to be architecture-independentKeith Packard2021-01-181-1/+2
* linux-user/arm: Deliver SIGTRAP for UDF patterns used as breakpointsPeter Maydell2020-11-231-0/+28
* linux-user/arm: Fix identification of syscall numbersPeter Maydell2020-05-211-66/+77
* linux-user/arm: Handle invalid arm-specific syscalls correctlyPeter Maydell2020-05-211-4/+26
* linux-user/arm: Remove bogus SVC 0xf0002 handlingPeter Maydell2020-05-211-3/+1
* linux-user/arm: BKPT should cause SIGTRAP, not be a syscallPeter Maydell2020-05-211-22/+8
* linux-user: Use `qemu_log' for non-strace loggingJosh Kunz2020-02-191-2/+3
* target/arm: only update pc after semihosting completesAlex Bennée2020-01-091-0/+1
* linux-user/arm: Rebuild hflags for TARGET_WORDS_BIGENDIANRichard Henderson2019-10-241-0/+1
* target/arm: remove run-time semihosting checks for linux-userAlex Bennée2019-09-271-3/+0
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* target/arm: Use env_cpu, env_archcpuRichard Henderson2019-06-101-1/+1
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-101-1/+1
* linux-user: Don't call gdb_handlesig() before queue_signal()Peter Maydell2018-11-121-12/+4
* linux-user: Add ARM get_tls syscall supportChristophe Lyon2018-04-301-0/+3
* linux-user: move arm cpu loop to arm directoryLaurent Vivier2018-04-301-0/+430
* linux-user: create a dummy per arch cpu_loop.cLaurent Vivier2018-04-301-0/+26