aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2021-09-23linux-user/aarch64: Use force_sig_fault()Peter Maydell1-25/+8
2021-09-23linux-user/arm: Use force_sig_fault()Peter Maydell1-38/+15
2021-09-23linux-user: Provide new force_sig_fault() functionPeter Maydell2-0/+18
2021-09-23linux-user: Zero out target_siginfo_t in force_sig()Peter Maydell1-1/+1
2021-09-23linux-user/arm: Use force_sig() to deliver fpa11 emulation SIGFPEPeter Maydell1-7/+4
2021-09-23linux-user/arm: Set siginfo_t addr field for SIGTRAP signalsPeter Maydell1-0/+1
2021-09-23linux-user/aarch64: Set siginfo_t addr field for SIGTRAP signalsPeter Maydell1-0/+1
2021-09-16Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.2-pull-re...Peter Maydell57-413/+618
2021-09-16linux-user: Check lock_user result for ip_mreq_source sockoptsPeter Maydell1-0/+3
2021-09-14user: Remove cpu_get_pic_interrupt() stubsPhilippe Mathieu-Daudé1-7/+0
2021-09-13linux-user: Drop unneeded includes from qemu.hPeter Maydell2-4/+2
2021-09-13linux-user: Don't include gdbstub.h in qemu.hPeter Maydell4-1/+4
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell52-163/+235
2021-09-13linux-user: Split safe-syscall macro into its own headerPeter Maydell3-135/+155
2021-09-13linux-user: Split mmap prototypes into user-mmap.hPeter Maydell8-14/+40
2021-09-13linux-user: Split loader-related prototypes into loader.hPeter Maydell8-40/+65
2021-09-13linux-user: Split signal-related prototypes into signal-common.hPeter Maydell23-36/+57
2021-09-13linux-user: Split strace prototypes into strace.hPeter Maydell5-18/+42
2021-09-13linux-user: Fix coding style nits in qemu.hPeter Maydell1-17/+30
2021-09-02plugins: allow plugin arguments to be passed directlyMahmoud Mandour1-1/+1
2021-08-26target/arm: Do hflags rebuild in cpsr_write()Peter Maydell1-2/+0
2021-08-05linux-user/elfload: byteswap i386 registers when dumping coreIlya Leoshkevich1-44/+44
2021-08-05linux-user: fix guest/host address mixup in i386 setup_rt_frame()Ilya Leoshkevich1-4/+4
2021-08-03linux-user/s390x: signal with SIGFPE on compare-and-trapJonathan Albrecht1-20/+34
2021-08-03target/s390x: Fix SIGILL and SIGFPE psw.addr reportingIlya Leoshkevich1-1/+11
2021-07-26linux-user/syscall: Remove unused variable from execveRichard Henderson1-3/+0
2021-07-23tcg/plugins: implement a qemu_plugin_user_exit helperAlex Bennée1-1/+1
2021-07-21qemu/atomic: Add aligned_{int64,uint64}_t typesRichard Henderson1-1/+1
2021-07-13linux-user: update syscall.tbl to Linux v5.13Laurent Vivier15-73/+170
2021-07-13linux-user, mips: update syscall-args-o32.c.inc to Linux v5.13Laurent Vivier1-1/+4
2021-07-13linux-user: update syscall_nr.h to Linux v5.13Laurent Vivier6-6/+46
2021-07-12fd-trans: Fix race condition on reallocation of the translation table.Owen Anderson3-7/+52
2021-07-12linux-user/syscall: Remove ERRNO_TABLE_SIZE checkPhilippe Mathieu-Daudé1-5/+0
2021-07-12linux-user: Simplify host <-> target errno conversion using macrosPhilippe Mathieu-Daudé2-145/+154
2021-07-12linux-user/mips: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé4-423/+220
2021-07-12linux-user/hppa: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé2-210/+214
2021-07-12linux-user/alpha: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé2-194/+198
2021-07-12linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé24-7/+139
2021-07-12linux-user/sparc: Rename target_errno.h -> target_errno_defs.hPhilippe Mathieu-Daudé2-3/+3
2021-07-12linux-user/syscall: Fix RF-kill errno (typo in ERFKILL)Philippe Mathieu-Daudé1-1/+1
2021-07-07linux-user/syscall: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé1-94/+94
2021-07-07linux-user/alpha: Remove hardcoded tabs (code style)Philippe Mathieu-Daudé1-99/+97
2021-07-07linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé2-0/+4
2021-07-07linux-user/hppa: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé1-0/+2
2021-07-07linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAINPhilippe Mathieu-Daudé1-0/+2
2021-07-07linux-user: Fix style problems in linuxload.cRichard Henderson1-22/+20
2021-07-07linux-user: fill ppid field in /proc/self/statAndreas Schwab1-0/+3
2021-07-07linux-user/elfload: Implement ELF_HWCAP for RISC-VKito Cheng1-0/+13
2021-06-22Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell5-8/+64
2021-06-21linux-user/s390x: Save and restore psw.mask properlyRichard Henderson1-5/+32