aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)AuthorFilesLines
5 daystarget/arm: Factor out code for setting MTE TCF0 fieldGustavo Romero5-29/+71
5 dayslinux-user/main: Suppress out-of-range comparison warning for clangRichard Henderson1-0/+1
10 dayslinux-user: sparc: Remove unused struct 'target_mc_fq'Dr. David Alan Gilbert1-5/+0
10 dayslinux-user: cris: Remove unused struct 'rt_signal_frame'Dr. David Alan Gilbert1-8/+0
2024-06-19linux-user: Make TARGET_NR_setgroups affect only the current threadIlya Leoshkevich1-2/+8
2024-06-09Merge tag 'bsd-user-misc-2024q2-pull-request' of gitlab.com:bsdimp/qemu into ...Richard Henderson1-4/+4
2024-06-09linux-user: Adjust comment to reflect the code.Warner Losh1-4/+4
2024-06-08Hexagon: add PC alignment check and exceptionMatheus Tavares Bernardino1-0/+4
2024-06-05target/sparc: Implement IMA extensionRichard Henderson1-0/+1
2024-06-05target/sparc: Enable VIS3 feature bitRichard Henderson1-0/+1
2024-06-05target/sparc: Implement FMAf extensionRichard Henderson1-0/+1
2024-06-05linux-user: Add ioctl for BLKBSZSETMichael Vogt1-0/+1
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{xsave,xrstor}Richard Henderson1-8/+12
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{fxsave,fxrstor}Richard Henderson1-8/+5
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{fsave,frstor}Richard Henderson1-2/+2
2024-05-26target/i386: Convert do_xsave to X86AccessRichard Henderson1-1/+1
2024-05-26linux-user/i386: Honor xfeatures in xrstor_sigcontextRichard Henderson1-1/+18
2024-05-26linux-user/i386: Fix allocation and alignment of fp stateRichard Henderson1-214/+342
2024-05-26linux-user/i386: Return boolean success from xrstor_sigcontextRichard Henderson1-8/+8
2024-05-26linux-user/i386: Return boolean success from restore_sigcontextRichard Henderson1-24/+23
2024-05-26linux-user/i386: Fix -mregparm=3 for signal deliveryRichard Henderson1-13/+11
2024-05-26linux-user/i386: Split out struct target_fregs_stateRichard Henderson1-18/+25
2024-05-26linux-user/i386: Replace target_fpstate_fxsave with X86LegacyXSaveAreaRichard Henderson1-45/+26
2024-05-26linux-user/i386: Remove xfeatures from target_fpstate_fxsaveRichard Henderson1-2/+1
2024-05-26linux-user/i386: Drop xfeatures_size from sigcontext arithmeticRichard Henderson1-4/+3
2024-05-26target/i386: Add rbfm argument to cpu_x86_{xsave,xrstor}Richard Henderson1-2/+2
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