index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
arm
/
cpu_loop.c
Age
Commit message (
Expand
)
Author
2021-05-15
linux-user/arm: Simplify accumulating and raising fpa11 exceptions
Richard Henderson
2021-05-15
linux-user/arm: Do not fill in si_code for fpa11 exceptions
Richard Henderson
2021-05-15
linux-user/arm: Do not emulate fpa11 in thumb mode
Richard Henderson
2021-05-15
linux-user/arm: Split out emulate_arm_fpa11
Richard Henderson
2021-03-10
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
2021-01-18
semihosting: Change common-semi API to be architecture-independent
Keith Packard
2020-11-23
linux-user/arm: Deliver SIGTRAP for UDF patterns used as breakpoints
Peter Maydell
2020-05-21
linux-user/arm: Fix identification of syscall numbers
Peter Maydell
2020-05-21
linux-user/arm: Handle invalid arm-specific syscalls correctly
Peter Maydell
2020-05-21
linux-user/arm: Remove bogus SVC 0xf0002 handling
Peter Maydell
2020-05-21
linux-user/arm: BKPT should cause SIGTRAP, not be a syscall
Peter Maydell
2020-02-19
linux-user: Use `qemu_log' for non-strace logging
Josh Kunz
2020-01-09
target/arm: only update pc after semihosting completes
Alex Bennée
2019-10-24
linux-user/arm: Rebuild hflags for TARGET_WORDS_BIGENDIAN
Richard Henderson
2019-09-27
target/arm: remove run-time semihosting checks for linux-user
Alex Bennée
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-10
target/arm: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2018-11-12
linux-user: Don't call gdb_handlesig() before queue_signal()
Peter Maydell
2018-04-30
linux-user: Add ARM get_tls syscall support
Christophe Lyon
2018-04-30
linux-user: move arm cpu loop to arm directory
Laurent Vivier
2018-04-30
linux-user: create a dummy per arch cpu_loop.c
Laurent Vivier