index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
arm
/
cpu_loop.c
Age
Commit message (
Expand
)
Author
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-03-06
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
2023-07-31
linux-user/armeb: Fix __kernel_cmpxchg() for armeb
Helge Deller
2023-02-16
target/arm: Convert CPUARMState::eabi to boolean
Philippe Mathieu-Daudé
2022-06-28
semihosting: Return void from do_common_semihosting
Richard Henderson
2022-04-22
target/arm: Change CPUArchState.thumb to bool
Richard Henderson
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-03-23
linux-user/arm: Implement __kernel_cmpxchg64 with host atomics
Richard Henderson
2022-03-23
linux-user/arm: Implement __kernel_cmpxchg with host atomics
Richard Henderson
2022-03-23
linux-user/arm: Implement __kernel_memory_barrier
Richard Henderson
2022-01-18
linux-user: Fix comment typo in arm cpu_loop code
Peter Maydell
2021-12-19
linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURN
Richard Henderson
2021-12-19
linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS
Richard Henderson
2021-11-02
target/arm: Implement arm_cpu_record_sigbus
Richard Henderson
2021-09-23
linux-user/arm: Use force_sig_fault()
Peter Maydell
2021-09-23
linux-user/arm: Use force_sig() to deliver fpa11 emulation SIGFPE
Peter Maydell
2021-09-23
linux-user/arm: Set siginfo_t addr field for SIGTRAP signals
Peter Maydell
2021-09-13
linux-user: Split linux-user internals out of qemu.h
Peter Maydell
2021-09-13
linux-user: Split signal-related prototypes into signal-common.h
Peter Maydell
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