summaryrefslogtreecommitdiffstats
path: root/linux-user/host
Commit message (Expand)AuthorAgeFilesLines
* user: move common-user includes to a subdirectory of {bsd,linux}-user/Paolo Bonzini2022-01-1215-630/+0Star
* linux-user: Fix trivial build error on loongarch64 hostsPhilippe Mathieu-Daudé2022-01-051-3/+1Star
* linux-user: Implement CPU-specific signal handler for loongarch64 hostsWANG Xuerui2021-12-211-0/+87
* common-user: Move safe-syscall.* from linux-userRichard Henderson2021-12-209-892/+0Star
* linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-209-10/+9Star
* linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.hRichard Henderson2021-12-2014-233/+0Star
* linux-user/host/sparc64: Add safe-syscall.inc.SRichard Henderson2021-12-202-0/+92
* linux-user/host/mips: Add safe-syscall.inc.SRichard Henderson2021-12-202-0/+151
* linux-user: Move syscall error detection into safe_syscall_baseRichard Henderson2021-12-207-73/+110
* linux-user: Untabify all safe-syscall.inc.SRichard Henderson2021-12-207-396/+396
* linux-user/signal.c: Create a common rewind_if_in_safe_syscallWarner Losh2021-11-237-140/+0Star
* linux-user: Add host_signal_set_pc to set pc in mcontextWarner Losh2021-11-2310-0/+54
* linux-user/host/riscv: Improve host_signal_writeRichard Henderson2021-11-021-55/+28Star
* linux-user/host/riscv: Populate host_signal.hRichard Henderson2021-11-021-1/+85
* linux-user/host/mips: Populate host_signal.hRichard Henderson2021-11-021-1/+62
* linux-user/host/s390: Populate host_signal.hRichard Henderson2021-11-022-2/+94
* linux-user/host/aarch64: Populate host_signal.hRichard Henderson2021-11-021-1/+74
* linux-user/host/arm: Populate host_signal.hRichard Henderson2021-11-021-1/+30
* linux-user/host/sparc: Populate host_signal.hRichard Henderson2021-11-022-2/+55
* linux-user/host/alpha: Populate host_signal.hRichard Henderson2021-11-021-0/+42
* linux-user/host/ppc: Populate host_signal.hRichard Henderson2021-11-022-2/+26
* linux-user/host/x86: Populate host_signal.hRichard Henderson2021-11-023-3/+50
* linux-user: Reorg handling for SIGSEGVRichard Henderson2021-10-3013-0/+13
* configure: Merge riscv32 and riscv64 host architecturesRichard Henderson2021-10-303-13/+2Star
* linux-user/: fix some comment spelling errorszhaolichang2020-09-171-1/+1
* linux-user: Add safe_syscall for riscv64 hostRichard Henderson2018-12-252-0/+100
* linux-user: Add host dependency for RISC-V 64-bitAlistair Francis2018-12-251-0/+11
* linux-user: Add host dependency for RISC-V 32-bitAlistair Francis2018-12-251-0/+11
* linux-user: ppc64: don't use volatile register during safe_syscallShivaprasad G Bhat2018-07-311-2/+6
* linux-user: Fix register used for 6th and 7th syscall argument on aarch64Guido Günther2018-02-181-3/+3
* Replace 'struct ucontext' with 'ucontext_t' typeKhem Raj2017-07-206-6/+6
* linux-user: Fix s390x safe-syscall for z900Richard Henderson2017-02-141-1/+1
* linux-user: Clean up hostdep.h header guardsMarkus Armbruster2016-07-1213-26/+26
* linux-user: Fix i386 safe-syscall.SRichard Henderson2016-07-081-18/+6Star
* linux-user: Provide safe_syscall for ppc64Richard Henderson2016-06-262-0/+115
* linux-user: Provide safe_syscall for s390xRichard Henderson2016-06-262-0/+113
* linux-user: Provide safe_syscall for aarch64Richard Henderson2016-06-262-0/+98
* linux-user: Provide safe_syscall for armRichard Henderson2016-06-262-0/+113
* linux-user: Provide safe_syscall for i386Richard Henderson2016-06-262-0/+135
* linux-user: fix x86_64 safe_syscallRichard Henderson2016-06-261-3/+3
* linux-user: Create a hostdep.h for each host architecturePeter Maydell2016-06-2612-6/+166
* linux-user: provide frame information in x86-64 safe_syscallPeter Maydell2016-06-081-0/+10
* linux-user: Provide safe_syscall for fixing races between signals and syscallsTimothy E Baldwin2016-05-273-0/+139