aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
2024-05-15linux-user/hppa: Force all code addresses to PRIV_USERRichard Henderson4-13/+15
2024-05-06Merge tag 'qemu-sparc-20240506' of https://github.com/mcayland/qemu into stagingRichard Henderson1-14/+34
2024-05-06user: Use get_task_state() helperPhilippe Mathieu-Daudé1-2/+2
2024-05-06user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'Philippe Mathieu-Daudé1-5/+1
2024-05-06user: Forward declare TaskState type definitionPhilippe Mathieu-Daudé1-2/+2
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé2-6/+6
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé5-0/+5
2024-05-06exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan2-2/+2
2024-05-05linux-user/sparc: Add more hwcap bits for sparc64Richard Henderson1-14/+34
2024-05-03user: Move 'thunk.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé2-2/+2
2024-05-03user: Move 'abitypes.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé1-1/+1
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