- 4ae7d11 Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into staging by Peter Maydell · 3 months ago
- c4d80fa linux-user: update syscall.tbl to Linux v6.11 by Laurent Vivier · 3 months ago
- e12fbc3 linux-user: update syscall.tbl to Linux v6.10 by Laurent Vivier · 3 months ago
- 06e2329 license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only by Philippe Mathieu-Daudé · 3 months ago
- 74781c0 exec/cpu: Extract page-protection definitions to page-protection.h by Philippe Mathieu-Daudé · 1 year, 1 month ago
- 4d6d8a0 linux-user: Move tswap_siginfo out of target code by Gustavo Romero · 10 months ago
- e4e5cb4 {linux,bsd}-user: Introduce get_task_state() by Ilya Leoshkevich · 10 months ago
- 516fffc Merge tag 'pull-lu-20231030' of https://gitlab.com/rth7680/qemu into staging by Stefan Hajnoczi · 1 year, 2 months ago
- a9f495b linux-user/arm: Add vdso by Richard Henderson · 3 years, 6 months ago
- 5a53431 target/arm: Move feature test functions to their own header by Peter Maydell · 1 year, 2 months ago
- a55b9e7 linux-user: Emulate /proc/cpuinfo on aarch64 and arm by Helge Deller · 1 year, 5 months ago
- 121c8dd linux-user: Split out cpu/target_proc.h by Richard Henderson · 1 year, 4 months ago
- da2b71f linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h by Richard Henderson · 1 year, 5 months ago
- 2d70816 linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.h by Richard Henderson · 1 year, 5 months ago
- 38dd78c linux-user/armeb: Fix __kernel_cmpxchg() for armeb by Helge Deller · 1 year, 5 months ago
- 95059f9 include/exec: Change reserved_va semantics to last byte by Richard Henderson · 1 year, 10 months ago
- de4143f target/arm: Convert CPUARMState::eabi to boolean by Philippe Mathieu-Daudé · 1 year, 11 months ago
- 95fc5ed linux-user: move target_flat.h to target subdirs by Mike Frysinger · 1 year, 11 months ago
- 9f22020 linux-user: Provide MADV_* definitions by Ilya Leoshkevich · 2 years, 4 months ago
- fbd3c4c linux-user/arm: Mark the commpage executable by Richard Henderson · 2 years, 4 months ago
- ed3a06b semihosting: Return void from do_common_semihosting by Richard Henderson · 2 years, 8 months ago
- 063bbd8 target/arm: Change CPUArchState.thumb to bool by Richard Henderson · 2 years, 8 months ago
- 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 2 years, 9 months ago
- ee3eb3a Replace TARGET_WORDS_BIGENDIAN by Marc-André Lureau · 2 years, 9 months ago
- e03b568 Replace config-time define HOST_WORDS_BIGENDIAN by Marc-André Lureau · 2 years, 9 months ago
- 330ea9d linux-user/arm: Implement __kernel_cmpxchg64 with host atomics by Richard Henderson · 2 years, 9 months ago
- 7f4f0d9 linux-user/arm: Implement __kernel_cmpxchg with host atomics by Richard Henderson · 2 years, 9 months ago
- 6e05e70 linux-user/arm: Implement __kernel_memory_barrier by Richard Henderson · 2 years, 9 months ago
- b13e49b linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.h by Serge Belyshev · 2 years, 11 months ago
- 5b602fc linux-user: Fix comment typo in arm cpu_loop code by Peter Maydell · 3 years ago
- 72f6926 linux-user: Move target_struct.h generic definitions to generic/ by Richard Henderson · 3 years ago
- ffe81d4 linux-user/arm: Move target_oabi_flock64 out of target_structs.h by Richard Henderson · 3 years ago
- 87e9bf2 linux-user: Split out do_prctl and subroutines by Richard Henderson · 3 years ago
- f9d0707 linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ by Song Gao · 3 years, 1 month ago
- e068b57 linux-user: Move target_signal.h generic definitions to generic/signal.h by Song Gao · 3 years, 1 month ago
- 57a0c93 linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURN by Richard Henderson · 3 years, 1 month ago
- af254a2 linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS by Richard Henderson · 3 years, 1 month ago
- 39a099c target/arm: Implement arm_cpu_record_sigbus by Richard Henderson · 3 years, 5 months ago
- b5d66e0 linux-user/arm: Implement setup_sigtramp by Richard Henderson · 3 years, 3 months ago
- b807a10 linux-user/arm: Drop "_v2" from symbols in signal.c by Richard Henderson · 3 years, 3 months ago
- eef9790 linux-user/arm: Drop v1 signal frames by Richard Henderson · 3 years, 3 months ago
- 4c90f0b linux-user/arm: Use force_sig_fault() by Peter Maydell · 3 years, 4 months ago
- babe6d5 linux-user/arm: Use force_sig() to deliver fpa11 emulation SIGFPE by Peter Maydell · 3 years, 4 months ago
- 1af3541 linux-user/arm: Set siginfo_t addr field for SIGTRAP signals by Peter Maydell · 3 years, 4 months ago
- 3b249d2 linux-user: Split linux-user internals out of qemu.h by Peter Maydell · 3 years, 4 months ago
- 2113aed linux-user: Split signal-related prototypes into signal-common.h by Peter Maydell · 3 years, 4 months ago
- e784807 target/arm: Do hflags rebuild in cpsr_write() by Peter Maydell · 3 years, 4 months ago
- 2fa4ad3 linux-user: update syscall.tbl to Linux v5.13 by Laurent Vivier · 3 years, 6 months ago
- 8f968b6 linux-user: Extract target errno to 'target_errno_defs.h' by Philippe Mathieu-Daudé · 3 years, 6 months ago
- 8da5f1d softfloat: Introduce Floatx80RoundPrec by Richard Henderson · 4 years, 1 month ago
- ddc3e74 linux-user: Pass CPUArchState to target_restore_altstack by Richard Henderson · 3 years, 8 months ago
- 56384cf linux-user: Use target_restore_altstack in all sigreturn by Richard Henderson · 3 years, 8 months ago
- 74081ae linux-user/arm: Simplify accumulating and raising fpa11 exceptions by Richard Henderson · 3 years, 8 months ago
- 0a50285 linux-user/arm: Do not fill in si_code for fpa11 exceptions by Richard Henderson · 3 years, 8 months ago
- d827f6d linux-user/arm: Do not emulate fpa11 in thumb mode by Richard Henderson · 3 years, 8 months ago
- c1438d6 linux-user/arm: Split out emulate_arm_fpa11 by Richard Henderson · 3 years, 8 months ago
- 6b5fe13 semihosting: Move include/hw/semihosting/ -> include/semihosting/ by Philippe Mathieu-Daudé · 3 years, 10 months ago
- 0bb446d semihosting: Change common-semi API to be architecture-independent by Keith Packard · 4 years ago
- 56b5170c semihosting: Move ARM semihosting code to shared directories by Keith Packard · 4 years ago
- acebed9 linux-user/arm: Deliver SIGTRAP for UDF patterns used as breakpoints by Peter Maydell · 4 years, 1 month ago
- 1c79145 linux user: Fix Lesser GPL version number by Chetan Pant · 4 years, 2 months ago
- ce43748 linux-user: Correct definition of stack_t by LemonBoy · 4 years, 2 months ago
- 0cb113a linux-user: update syscall.tbl to Linux 5.9-rc7 by Laurent Vivier · 4 years, 3 months ago
- fcb6fcf linux-user: Add generic 'termbits.h' for some archs by Filip Bozuta · 4 years, 5 months ago
- 02e5d7d linux-user: Add strace support for printing arguments of syscalls used to lock and unlock memory by Filip Bozuta · 4 years, 4 months ago
- 3a30446 meson: linux-user by Marc-André Lureau · 5 years ago
- fafe722 linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32 by Peter Maydell · 4 years, 7 months ago
- 45e2813 linux-user/arm: Reset CPSR_E when entering a signal handler by Amanieu d'Antras · 4 years, 8 months ago
- 268b1b3 target/arm: Allow user-mode code to write CPSR.E via MSR by Peter Maydell · 4 years, 7 months ago
- 3986a17 linux-user/arm: Fix identification of syscall numbers by Peter Maydell · 4 years, 8 months ago
- ab546bd linux-user/arm: Handle invalid arm-specific syscalls correctly by Peter Maydell · 4 years, 8 months ago
- 62f141a linux-user/arm: Remove bogus SVC 0xf0002 handling by Peter Maydell · 4 years, 8 months ago
- 13a0c21 linux-user/arm: BKPT should cause SIGTRAP, not be a syscall by Peter Maydell · 4 years, 8 months ago
- 28b7d5f linux-user: update syscall.tbl from linux 0bf999f9c5e7 by Laurent Vivier · 4 years, 10 months ago
- 5bcb498 linux-user, arm: add syscall table generation support by Laurent Vivier · 4 years, 10 months ago
- 7fbc6a4 target/arm: Add isar_feature_aa32_vfp_simd by Richard Henderson · 4 years, 10 months ago
- 39be535 linux-user: Use `qemu_log' for non-strace logging by Josh Kunz · 4 years, 11 months ago
- 73209e1 linux-user: arm: Update syscall numbers to kernel 5.5 level by Aleksandar Markovic · 4 years, 10 months ago
- 8de702c semihosting: add qemu_semihosting_console_inc for SYS_READC by Keith Packard · 5 years ago
- 4ff5ef9 target/arm: only update pc after semihosting completes by Alex Bennée · 5 years ago
- 07a6ecf linux-user: Introduce cpu_clone_regs_parent by Richard Henderson · 5 years ago
- 608999d linux-user: Rename cpu_clone_regs to cpu_clone_regs_child by Richard Henderson · 5 years ago
- 37bf16c linux-user/arm: Rebuild hflags for TARGET_WORDS_BIGENDIAN by Richard Henderson · 5 years ago
- e267255 target/arm: remove run-time semihosting checks for linux-user by Alex Bennée · 5 years ago
- 0b689da linux-user/arm: Adjust MAX_RESERVED_VA for M-profile by Richard Henderson · 5 years ago
- 8f67b9c linux-user: Pass CPUState to MAX_RESERVED_VA by Richard Henderson · 5 years ago
- 78e2484 semihosting: split console_out into string and char versions by Alex Bennée · 6 years ago
- f91005e Supply missing header guards by Markus Armbruster · 6 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- 2fc0cc0 target/arm: Use env_cpu, env_archcpu by Richard Henderson · 6 years ago
- 29a0af6 cpu: Replace ENV_GET_CPU with env_cpu by Richard Henderson · 6 years ago
- 0dc0772 target/arm: use the common interface for WRITE0/WRITEC in arm-semi by Alex Bennée · 6 years ago
- b10089a linux-user: Don't call gdb_handlesig() before queue_signal() by Peter Maydell · 6 years ago
- e5171a9 linux-user: move generic signal definitions to generic/signal.h by Laurent Vivier · 7 years ago
- 9850f9f linux-user: move get_sp_from_cpustate() to target_cpu.h by Laurent Vivier · 7 years ago
- 050a1ba linux-user: move arm/aarch64/m68k fcntl definitions to [arm|aarch64|m68k]/target_fcntl.h by Laurent Vivier · 7 years ago
- 5de7706 linux-user: move generic fcntl definitions to generic/fcntl.h by Laurent Vivier · 7 years ago
- 500fa60 linux-user: move socket.h generic definitions to generic/sockbits.h by Laurent Vivier · 7 years ago
- 7f254c5 linux-user: remove useless padding in flock64 structure by Laurent Vivier · 7 years ago
- 465e237 linux-user: introduce target_sigsp() and target_save_altstack() by Laurent Vivier · 7 years ago