127 Commits (e9d635ea1809a6e114c33413c359abbb88a35737)

Author SHA1 Message Date
Keith Packard 0bb446d8b0 semihosting: Change common-semi API to be architecture-independent 6 years ago
Keith Packard 56b5170c87 semihosting: Move ARM semihosting code to shared directories 6 years ago
Peter Maydell acebed948c linux-user/arm: Deliver SIGTRAP for UDF patterns used as breakpoints 6 years ago
Chetan Pant 1c79145f12 linux user: Fix Lesser GPL version number 6 years ago
LemonBoy ce437484fc linux-user: Correct definition of stack_t 6 years ago
Laurent Vivier 0cb113ad1a linux-user: update syscall.tbl to Linux 5.9-rc7 6 years ago
Filip Bozuta fcb6fcf63b linux-user: Add generic 'termbits.h' for some archs 6 years ago
Filip Bozuta 02e5d7d78e linux-user: Add strace support for printing arguments of syscalls used to lock and unlock memory 6 years ago
Marc-André Lureau 3a30446aed meson: linux-user 7 years ago
Peter Maydell fafe722927 linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32 6 years ago
Amanieu d'Antras 45e2813964 linux-user/arm: Reset CPSR_E when entering a signal handler 6 years ago
Peter Maydell 268b1b3dfb target/arm: Allow user-mode code to write CPSR.E via MSR 6 years ago
Peter Maydell 3986a1721e linux-user/arm: Fix identification of syscall numbers 6 years ago
Peter Maydell ab546bd238 linux-user/arm: Handle invalid arm-specific syscalls correctly 6 years ago
Peter Maydell 62f141a426 linux-user/arm: Remove bogus SVC 0xf0002 handling 6 years ago
Peter Maydell 13a0c21e64 linux-user/arm: BKPT should cause SIGTRAP, not be a syscall 6 years ago
Laurent Vivier 28b7d5fd59 linux-user: update syscall.tbl from linux 0bf999f9c5e7 7 years ago
Laurent Vivier 5bcb498638 linux-user, arm: add syscall table generation support 7 years ago
Richard Henderson 7fbc6a403a target/arm: Add isar_feature_aa32_vfp_simd 7 years ago
Josh Kunz 39be535008 linux-user: Use `qemu_log' for non-strace logging 7 years ago
Aleksandar Markovic 73209e1f15 linux-user: arm: Update syscall numbers to kernel 5.5 level 7 years ago
Keith Packard 8de702cb67 semihosting: add qemu_semihosting_console_inc for SYS_READC 7 years ago
Alex Bennée 4ff5ef9e91 target/arm: only update pc after semihosting completes 7 years ago
Richard Henderson 07a6ecf48f linux-user: Introduce cpu_clone_regs_parent 7 years ago
Richard Henderson 608999d17c linux-user: Rename cpu_clone_regs to cpu_clone_regs_child 7 years ago
Richard Henderson 37bf16c645 linux-user/arm: Rebuild hflags for TARGET_WORDS_BIGENDIAN 7 years ago
Alex Bennée e267255957 target/arm: remove run-time semihosting checks for linux-user 7 years ago
Richard Henderson 0b689da375 linux-user/arm: Adjust MAX_RESERVED_VA for M-profile 7 years ago
Richard Henderson 8f67b9c694 linux-user: Pass CPUState to MAX_RESERVED_VA 7 years ago
Alex Bennée 78e24848f6 semihosting: split console_out into string and char versions 7 years ago
Markus Armbruster f91005e195 Supply missing header guards 7 years ago
Markus Armbruster a8d2532645 Include qemu-common.h exactly where needed 7 years ago
Richard Henderson 2fc0cc0e1e target/arm: Use env_cpu, env_archcpu 8 years ago
Richard Henderson 29a0af618d cpu: Replace ENV_GET_CPU with env_cpu 8 years ago
Alex Bennée 0dc077212f target/arm: use the common interface for WRITE0/WRITEC in arm-semi 7 years ago
Peter Maydell b10089a14c linux-user: Don't call gdb_handlesig() before queue_signal() 8 years ago
Laurent Vivier e5171a9eb9 linux-user: move generic signal definitions to generic/signal.h 8 years ago
Laurent Vivier 9850f9f63a linux-user: move get_sp_from_cpustate() to target_cpu.h 8 years ago
Laurent Vivier 050a1ba69a linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/target_fcntl.h 8 years ago
Laurent Vivier 5de7706e2c linux-user: move generic fcntl definitions to generic/fcntl.h 8 years ago
Laurent Vivier 500fa60760 linux-user: move socket.h generic definitions to generic/sockbits.h 8 years ago
Laurent Vivier 7f254c5cb8 linux-user: remove useless padding in flock64 structure 8 years ago
Laurent Vivier 465e237bf7 linux-user: introduce target_sigsp() and target_save_altstack() 8 years ago
Christophe Lyon e8fa729574 linux-user: ARM-FDPIC: Add support for signals for FDPIC targets 8 years ago
Christophe Lyon 62aaa51464 linux-user: Add ARM get_tls syscall support 8 years ago
Laurent Vivier d967351226 linux-user: move arm cpu loop to arm directory 8 years ago
Laurent Vivier cd71c08964 linux-user: create a dummy per arch cpu_loop.c 8 years ago
Laurent Vivier cb6ac802ef linux-user: define TARGET_ARCH_HAS_SETUP_FRAME 8 years ago
Laurent Vivier 5f7645975d linux-user: move arm signal.c parts to arm directory 8 years ago
Laurent Vivier befb7447a0 linux-user: create a dummy per arch signal.c 8 years ago