aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2022-08-18Revert "linux-user: un-parent OBJECT(cpu) when closing thread"Richard Henderson1-7/+6
2022-08-16linux-user: un-parent OBJECT(cpu) when closing threadAlex Bennée1-6/+7
2022-08-11linux-user/aarch64: Reset target data on MADV_DONTNEEDVitaly Buka1-0/+3
2022-08-10linux-user: fix compat with glibc >= 2.36 sys/mount.hDaniel P. Berrangé1-0/+18
2022-08-05target/loongarch: Update gdb_set_fpu() and gdb_get_fpu()Song Gao1-22/+2
2022-08-03Merge tag 'linux-user-for-7.1-pull-request' of https://gitlab.com/laurent_viv...Richard Henderson3-10/+16
2022-08-02linux-user: Use memfd for open syscall emulationRainer Müller1-8/+14
2022-08-02linux-user/riscv: Align signal frame to 16 bytesRichard Henderson1-3/+1
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé1-1/+1
2022-07-29linux-user: Do not treat madvise()'s advice as a bitmaskIlya Leoshkevich1-1/+1
2022-07-28linux-user/flatload.c: Fix setting of image_info::end_codePeter Maydell1-1/+1
2022-07-25linux-user: Use target abi_int type for pipefd[1] in pipe()Helge Deller1-1/+1
2022-07-25linux-user: Unconditionally use pipe2() syscallHelge Deller1-10/+1
2022-07-25linux-user/hppa: Fix segfaults on page zeroHelge Deller1-0/+3
2022-07-11linux-user/aarch64: Add SME related hwcap entriesRichard Henderson1-0/+20
2022-07-11linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VLRichard Henderson2-0/+70
2022-07-11linux-user: Rename sve prctlsRichard Henderson2-10/+10
2022-07-11linux-user/aarch64: Implement SME signal handlingRichard Henderson1-13/+154
2022-07-11linux-user/aarch64: Move sve record checks into restoreRichard Henderson1-16/+35
2022-07-11linux-user/aarch64: Verify extra record lock succeededRichard Henderson1-0/+3
2022-07-11linux-user/aarch64: Do not allow duplicate or short sve recordsRichard Henderson1-1/+4
2022-07-11linux-user/aarch64: Tidy target_restore_sigframe error returnRichard Henderson1-14/+10
2022-07-11linux-user/aarch64: Add SM bit to SVE signal contextRichard Henderson1-1/+8
2022-07-11linux-user/aarch64: Reset PSTATE.SM on syscallsRichard Henderson1-0/+9
2022-07-11linux-user/aarch64: Clear tpidr2_el0 if CLONE_SETTLSRichard Henderson1-1/+4
2022-07-04linux-user: Add LoongArch cpu_loop supportSong Gao2-0/+130
2022-07-04linux-user: Add LoongArch syscall supportSong Gao3-1/+365
2022-07-04linux-user: Add LoongArch elf supportSong Gao2-0/+103
2022-07-04linux-user: Add LoongArch signal supportSong Gao2-0/+348
2022-07-04linux-user: Add LoongArch generic header filesSong Gao7-0/+68
2022-06-28target/m68k: Make semihosting system onlyRichard Henderson1-5/+0
2022-06-28semihosting: Remove qemu_semihosting_console_outsRichard Henderson1-17/+0
2022-06-28semihosting: Remove qemu_semihosting_console_outcRichard Henderson1-16/+0
2022-06-28semihosting: Create qemu_semihosting_guestfd_initRichard Henderson1-0/+9
2022-06-28semihosting: Create qemu_semihosting_console_writeRichard Henderson1-0/+5
2022-06-28semihosting: Expand qemu_semihosting_console_inc to readRichard Henderson1-4/+6
2022-06-28semihosting: Pass CPUState to qemu_semihosting_console_incRichard Henderson1-1/+1
2022-06-28semihosting: Return void from do_common_semihostingRichard Henderson3-3/+3
2022-06-24linux-user: Adjust child_tidptr on set_tid_address() syscallHelge Deller1-5/+7
2022-06-24linux-user: Add partial support for MADV_DONTNEEDIlya Leoshkevich4-6/+68
2022-06-21linux-user/x86_64: Fix ELF_PLATFORMRichard Henderson1-13/+17
2022-06-08linux-user/aarch64: Introduce sve_vqRichard Henderson2-8/+14
2022-06-02Merge tag 'm68k-for-7.1-pull-request' of https://github.com/vivier/qemu-m68k ...Richard Henderson3-4/+16
2022-06-02linux-user/strace: Adjust get_thread_area for m68kRichard Henderson1-0/+5
2022-06-02linux-user/strace: Use is_error in print_syscall_errRichard Henderson1-1/+1
2022-06-02target/m68k: Implement TRAPccRichard Henderson1-0/+1
2022-06-02target/m68k: Fix address argument for EXCP_TRACERichard Henderson1-0/+3
2022-06-02target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0Richard Henderson1-1/+1
2022-06-02target/m68k: Fix address argument for EXCP_CHKRichard Henderson1-1/+1
2022-06-02linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15Richard Henderson1-0/+4