summaryrefslogtreecommitdiffstats
path: root/linux-user/arm/cpu_loop.c
Commit message (Expand)AuthorAgeFilesLines
* semihosting: Return void from do_common_semihostingRichard Henderson2022-06-281-1/+1
* target/arm: Change CPUArchState.thumb to boolRichard Henderson2022-04-221-1/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* linux-user/arm: Implement __kernel_cmpxchg64 with host atomicsRichard Henderson2022-03-231-39/+36Star
* linux-user/arm: Implement __kernel_cmpxchg with host atomicsRichard Henderson2022-03-231-25/+62
* linux-user/arm: Implement __kernel_memory_barrierRichard Henderson2022-03-231-1/+1
* linux-user: Fix comment typo in arm cpu_loop codePeter Maydell2022-01-181-2/+2
* linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2021-12-201-1/+1
* linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-201-1/+1
* target/arm: Implement arm_cpu_record_sigbusRichard Henderson2021-11-021-4/+26
* linux-user/arm: Use force_sig_fault()Peter Maydell2021-09-231-38/+15Star
* linux-user/arm: Use force_sig() to deliver fpa11 emulation SIGFPEPeter Maydell2021-09-231-7/+4Star
* linux-user/arm: Set siginfo_t addr field for SIGTRAP signalsPeter Maydell2021-09-231-0/+1
* linux-user: Split linux-user internals out of qemu.hPeter Maydell2021-09-131-0/+1
* linux-user: Split signal-related prototypes into signal-common.hPeter Maydell2021-09-131-0/+1
* linux-user/arm: Simplify accumulating and raising fpa11 exceptionsRichard Henderson2021-05-151-32/+18Star
* linux-user/arm: Do not fill in si_code for fpa11 exceptionsRichard Henderson2021-05-151-20/+6Star
* 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/+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