aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2022-01-04linux-user: Fix trivial build error on loongarch64 hostsPhilippe Mathieu-Daudé1-3/+1
2021-12-21linux-user: Implement CPU-specific signal handler for loongarch64 hostsWANG Xuerui1-0/+87
2021-12-20Merge tag 'pull-user-20211220' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson65-1155/+626
2021-12-20meson: Move linux_user_ss to linux-user/Richard Henderson1-0/+4
2021-12-20linux-user: Move thunk.c from top-levelRichard Henderson2-0/+482
2021-12-20common-user: Move safe-syscall.* from linux-userRichard Henderson15-1088/+5
2021-12-20riscv: Set 5.4 as minimum kernel version for riscv32Khem Raj1-1/+2
2021-12-19linux-user: Create special-errno.hRichard Henderson6-18/+37
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson35-70/+70
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson31-46/+45
2021-12-19linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.hRichard Henderson19-254/+1
2021-12-19linux-user/host/sparc64: Add safe-syscall.inc.SRichard Henderson2-0/+92
2021-12-19linux-user/host/mips: Add safe-syscall.inc.SRichard Henderson2-0/+151
2021-12-19linux-user: Move syscall error detection into safe_syscall_baseRichard Henderson10-84/+144
2021-12-19linux-user: Untabify all safe-syscall.inc.SRichard Henderson7-396/+396
2021-12-15target/hexagon/cpu.h: don't include qemu-common.hPeter Maydell1-0/+1
2021-12-15target/arm: Take an exception if PC is misalignedRichard Henderson1-19/+27
2021-11-29linux-user: implement more loop ioctlsAndreas Schwab4-0/+16
2021-11-23linux-user/signal.c: Create a common rewind_if_in_safe_syscallWarner Losh9-143/+15
2021-11-23linux-user: Add host_signal_set_pc to set pc in mcontextWarner Losh10-0/+54
2021-11-22linux-user: fix Coverity CID 1464101Laurent Vivier1-3/+7
2021-11-21linux-user: Rewrite do_getdents, do_getdents64Richard Henderson1-139/+122
2021-11-21linux-user: Fix member types of target_dirent64Richard Henderson1-3/+3
2021-11-21linux-user: Always use flexible arrays for dirent d_nameRichard Henderson2-5/+7
2021-11-21linux-user: Split out do_getdents, do_getdents64Richard Henderson1-153/+172
2021-11-02Merge remote-tracking branch 'remotes/philmd/tags/mips-20211102' into stagingRichard Henderson1-2/+0
2021-11-02Revert "elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too"Philippe Mathieu-Daudé1-2/+0
2021-11-02linux-user: Handle BUS_ADRALN in host_signal_handlerRichard Henderson1-0/+3
2021-11-02linux-user/ppc: Remove POWERPC_EXCP_ALIGN handlingRichard Henderson1-8/+0
2021-11-02linux-user/hppa: Remove EXCP_UNALIGN handlingRichard Henderson1-7/+0
2021-11-02target/arm: Implement arm_cpu_record_sigbusRichard Henderson2-7/+35
2021-11-02target/alpha: Implement alpha_cpu_record_sigbusRichard Henderson1-7/+0
2021-11-02linux-user: Add cpu_loop_exit_sigbusRichard Henderson1-0/+14
2021-11-02accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemuRichard Henderson1-3/+0
2021-11-02target/xtensa: Make xtensa_cpu_tlb_fill sysemu onlyRichard Henderson1-9/+0
2021-11-02target/sparc: Make sparc_cpu_tlb_fill sysemu onlyRichard Henderson1-25/+0
2021-11-02target/sh4: Make sh4_cpu_tlb_fill sysemu onlyRichard Henderson1-8/+0
2021-11-02target/s390x: Implement s390_cpu_record_sigsegvRichard Henderson1-7/+6
2021-11-02target/riscv: Make riscv_cpu_tlb_fill sysemu onlyRichard Henderson1-7/+0
2021-11-02target/openrisc: Make openrisc_cpu_tlb_fill sysemu onlyRichard Henderson1-8/+0
2021-11-02linux-user/openrisc: Abort for EXCP_RANGE, EXCP_FPERichard Henderson1-8/+9
2021-11-02target/mips: Make mips_cpu_tlb_fill sysemu onlyRichard Henderson1-11/+0
2021-11-02target/microblaze: Make mb_cpu_tlb_fill sysemu onlyRichard Henderson1-10/+0
2021-11-02target/m68k: Make m68k_cpu_tlb_fill sysemu onlyRichard Henderson1-10/+0
2021-11-02target/hppa: Make hppa_cpu_tlb_fill sysemu onlyRichard Henderson1-16/+0
2021-11-02target/hexagon: Remove hexagon_cpu_tlb_fillRichard Henderson1-23/+1
2021-11-02target/cris: Make cris_cpu_tlb_fill sysemu onlyRichard Henderson1-10/+0
2021-11-02target/alpha: Implement alpha_cpu_record_sigsegvRichard Henderson1-8/+0
2021-11-02linux-user: Add cpu_loop_exit_sigsegvRichard Henderson1-8/+22
2021-11-02linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDERRichard Henderson1-14/+0