COMMITS
/ linux-user/arm/cpu_loop.c July 28, 2023
H
linux-user/armeb: Fix __kernel_cmpxchg() for armeb
Helge Deller committed
February 6, 2023
P
target/arm: Convert CPUARMState::eabi to boolean
Philippe Mathieu-Daudé committed
April 28, 2022
R
semihosting: Return void from do_common_semihosting
Richard Henderson committed
April 17, 2022
R
target/arm: Change CPUArchState.thumb to bool
Richard Henderson committed
March 23, 2022
M
Remove qemu-common.h include from most units
Marc-André Lureau committed
M
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau committed
R
linux-user/arm: Implement __kernel_cmpxchg64 with host atomics
Richard Henderson committed
R
linux-user/arm: Implement __kernel_cmpxchg with host atomics
Richard Henderson committed
R
linux-user/arm: Implement __kernel_memory_barrier
Richard Henderson committed
January 14, 2022
P
linux-user: Fix comment typo in arm cpu_loop code
Peter Maydell committed
November 17, 2021
R
linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURN
Richard Henderson committed
November 22, 2021
R
linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS
Richard Henderson committed
July 23, 2021
R
target/arm: Implement arm_cpu_record_sigbus
Richard Henderson committed
August 13, 2021
P
linux-user/arm: Use force_sig_fault()
Peter Maydell committed
P
linux-user/arm: Use force_sig() to deliver fpa11 emulation SIGFPE
Peter Maydell committed
P
linux-user/arm: Set siginfo_t addr field for SIGTRAP signals
Peter Maydell committed
September 8, 2021
P
linux-user: Split linux-user internals out of qemu.h
Peter Maydell committed
P
linux-user: Split signal-related prototypes into signal-common.h
Peter Maydell committed
April 23, 2021
R
linux-user/arm: Simplify accumulating and raising fpa11 exceptions
Richard Henderson committed
R
linux-user/arm: Do not fill in si_code for fpa11 exceptions
Richard Henderson committed
R
linux-user/arm: Do not emulate fpa11 in thumb mode
Richard Henderson committed
R
linux-user/arm: Split out emulate_arm_fpa11
Richard Henderson committed
March 5, 2021
P
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé committed
January 8, 2021
K
semihosting: Change common-semi API to be architecture-independent
Keith Packard committed
November 17, 2020
P
linux-user/arm: Deliver SIGTRAP for UDF patterns used as breakpoints
Peter Maydell committed
April 20, 2020
P
linux-user/arm: Fix identification of syscall numbers
Peter Maydell committed
P
linux-user/arm: Handle invalid arm-specific syscalls correctly
Peter Maydell committed
P
linux-user/arm: Remove bogus SVC 0xf0002 handling
Peter Maydell committed
P
linux-user/arm: BKPT should cause SIGTRAP, not be a syscall
Peter Maydell committed
February 4, 2020
J
linux-user: Use `qemu_log' for non-strace logging
Josh Kunz committed
December 17, 2019
A
target/arm: only update pc after semihosting completes
Alex Bennée committed
October 23, 2019
R
linux-user/arm: Rebuild hflags for TARGET_WORDS_BIGENDIAN
Richard Henderson committed
September 19, 2019
A
target/arm: remove run-time semihosting checks for linux-user
Alex Bennée committed
May 23, 2019
M
Include qemu-common.h exactly where needed
Markus Armbruster committed
March 23, 2019
R
target/arm: Use env_cpu, env_archcpu
Richard Henderson committed
March 22, 2019
R
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson committed
October 19, 2018
P
linux-user: Don't call gdb_handlesig() before queue_signal()
Peter Maydell committed
April 16, 2018
C
linux-user: Add ARM get_tls syscall support
Christophe Lyon committed
April 11, 2018
L
linux-user: move arm cpu loop to arm directory
Laurent Vivier committed
L
linux-user: create a dummy per arch cpu_loop.c
Laurent Vivier committed