aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2024-04-26exec: Restrict inclusion of 'user/guest-base.h'Philippe Mathieu-Daudé2-0/+2
2024-04-26exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé3-0/+3
2024-04-25Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson1-1/+1
2024-04-25hw/elf_ops: Rename elf_ops.h -> elf_ops.h.incPhilippe Mathieu-Daudé1-1/+1
2024-04-25linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT codePeter Maydell2-287/+11
2024-04-24linux-user: Add FITRIM ioctlMichael Vogt3-0/+9
2024-04-24linux-user: do_setsockopt: eliminate goto in switch for SO_SNDTIMEOMichael Tokarev1-7/+4
2024-04-24linux-user: do_setsockopt: make ip_mreq_source local to the place where it is...Michael Tokarev1-2/+4
2024-04-24linux-user: do_setsockopt: make ip_mreq local to the place it is used and inl...Michael Tokarev1-24/+23
2024-04-24linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEYMichael Tokarev1-7/+2
2024-04-24meson: Make DEBUG_REMAP a meson optionIlya Leoshkevich2-5/+3
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé18-945/+2
2024-04-09linux-user: Preserve unswapped siginfo_t for straceRichard Henderson1-3/+9
2024-04-09linux-user: replace calloc() with g_new0()Nguyen Dinh Phi1-5/+1
2024-04-09linux-user: Fix waitid return of siginfo_t and rusageRichard Henderson1-6/+16
2024-03-26linux-user: Fix shmat(NULL) for h != gIlya Leoshkevich1-1/+1
2024-03-26linux-user: Fix shmat() straceIlya Leoshkevich1-1/+1
2024-03-26linux-user: Fix semctl() straceIlya Leoshkevich1-6/+2
2024-03-13Merge tag 'pull-maintainer-final-130324-1' of https://gitlab.com/stsquad/qemu...Peter Maydell21-29/+36
2024-03-13gdbstub: Save target's siginfoGustavo Romero2-2/+5
2024-03-13linux-user: Move tswap_siginfo out of target codeGustavo Romero20-27/+31
2024-03-13gdbstub: Rename back gdb_handlesigGustavo Romero2-2/+2
2024-03-12Merge tag 'pull-tcg-20240312' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell4-14/+37
2024-03-12linux-user/elfload: Fully initialize struct target_elf_prpsinfoRichard Henderson1-8/+8
2024-03-12linux-user/elfload: Don't close an unopened file descriptorRichard Henderson1-1/+3
2024-03-12linux-user: Implement PR_GET_TID_ADDRESSRichard Henderson1-2/+4
2024-03-12linux-user: Implement PR_{GET,SET}_SPECULATION_CTRLRichard Henderson1-2/+2
2024-03-12linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPERRichard Henderson1-1/+11
2024-03-12linux-user: Add FIFREEZE and FITHAW ioctlsMichael Vogt2-0/+9
2024-03-12user: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé1-4/+2
2024-03-12bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé1-2/+2
2024-03-08linux-user/riscv: Add Ztso extension to hwprobeChristoph Müllner1-0/+3
2024-03-08linux-user/riscv: Sync hwprobe keys with LinuxChristoph Müllner1-8/+92
2024-03-08linux-user/riscv: Add Zicboz extensions to hwprobeChristoph Müllner1-0/+3
2024-03-06gdbstub: Call gdbserver_fork() both in parent and in childIlya Leoshkevich1-1/+1
2024-03-06{linux,bsd}-user: Pass pid to gdbserver_fork()Ilya Leoshkevich1-1/+1
2024-03-06{linux,bsd}-user: Pass pid to fork_end()Ilya Leoshkevich3-5/+7
2024-03-06gdbstub: Introduce gdbserver_fork_start()Ilya Leoshkevich1-0/+1
2024-03-06{linux,bsd}-user: Update ts_tid after fork()Ilya Leoshkevich1-0/+1
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich18-53/+58
2024-03-01linux-user: Rewrite target_shmatRichard Henderson1-33/+133
2024-03-01linux-user: Add strace for shmatRichard Henderson2-1/+25
2024-02-29linux-user/loongarch64: Remove TARGET_FORCE_SHMLBARichard Henderson1-7/+0
2024-02-29linux-user/x86_64: Handle the vsyscall page in open_self_maps_{2,4}Richard Henderson1-0/+16
2024-02-29linux-user: Remove pgb_dynamic alignment assertionRichard Henderson1-2/+0
2024-02-29linux-user: Bound mmap_min_addr by host page sizeRichard Henderson1-1/+1
2024-02-29linux-user: Allow TARGET_PAGE_BITS_VARYRichard Henderson1-3/+13
2024-02-29*-user: Deprecate and disable -p pagesizeRichard Henderson1-6/+6
2024-02-29linux-user: Split out mmap_h_gt_gRichard Henderson1-149/+139
2024-02-29linux-user: Split out mmap_h_lt_gRichard Henderson1-31/+153