aboutsummaryrefslogtreecommitdiff
path: root/linux-user/host/i386
AgeCommit message (Expand)AuthorFilesLines
2022-01-12user: move common-user includes to a subdirectory of {bsd,linux}-user/Paolo Bonzini1-30/+0
2021-12-20common-user: Move safe-syscall.* from linux-userRichard Henderson1-115/+0
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson1-1/+1
2021-12-19linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.hRichard Henderson1-18/+0
2021-12-19linux-user: Move syscall error detection into safe_syscall_baseRichard Henderson1-10/+25
2021-12-19linux-user: Untabify all safe-syscall.inc.SRichard Henderson1-79/+79
2021-11-23linux-user/signal.c: Create a common rewind_if_in_safe_syscallWarner Losh1-20/+0
2021-11-23linux-user: Add host_signal_set_pc to set pc in mcontextWarner Losh1-0/+5
2021-11-02linux-user/host/x86: Populate host_signal.hRichard Henderson1-1/+25
2021-10-30linux-user: Reorg handling for SIGSEGVRichard Henderson1-0/+1
2017-07-20Replace 'struct ucontext' with 'ucontext_t' typeKhem Raj1-1/+1
2016-07-12linux-user: Clean up hostdep.h header guardsMarkus Armbruster1-2/+2
2016-07-07linux-user: Fix i386 safe-syscall.SRichard Henderson1-18/+6
2016-06-26linux-user: Provide safe_syscall for i386Richard Henderson2-0/+135
2016-06-26linux-user: Create a hostdep.h for each host architecturePeter Maydell1-0/+15