summaryrefslogtreecommitdiffstats
path: root/linux-user/arm/cpu_loop.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* linux-user/arm: BKPT should cause SIGTRAP, not be a syscallPeter Maydell2020-05-211-22/+8Star
* 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/+0Star
* 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/+4Star
* 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