aboutsummaryrefslogtreecommitdiff
path: root/linux-user
AgeCommit message (Expand)Author
2024-08-15linux-user: Preserve NULL hit in target_mmap subroutinesRichard Henderson
2024-08-05linux-user/elfload: Fix pr_pid values in core filesIlya Leoshkevich
2024-07-30linux-user: open_self_stat: Implement num_threadsFabio D'Urso
2024-07-30linux-user/main: Check errno when getting AT_EXECFDVivian Wang
2024-07-05target/arm: Factor out code for setting MTE TCF0 fieldGustavo Romero
2024-07-05linux-user/main: Suppress out-of-range comparison warning for clangRichard Henderson
2024-06-30linux-user: sparc: Remove unused struct 'target_mc_fq'Dr. David Alan Gilbert
2024-06-30linux-user: cris: Remove unused struct 'rt_signal_frame'Dr. David Alan Gilbert
2024-06-19linux-user: Make TARGET_NR_setgroups affect only the current threadIlya Leoshkevich
2024-06-09Merge tag 'bsd-user-misc-2024q2-pull-request' of gitlab.com:bsdimp/qemu into ...Richard Henderson
2024-06-09linux-user: Adjust comment to reflect the code.Warner Losh
2024-06-08Hexagon: add PC alignment check and exceptionMatheus Tavares Bernardino
2024-06-05target/sparc: Implement IMA extensionRichard Henderson
2024-06-05target/sparc: Enable VIS3 feature bitRichard Henderson
2024-06-05target/sparc: Implement FMAf extensionRichard Henderson
2024-06-05linux-user: Add ioctl for BLKBSZSETMichael Vogt
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{xsave,xrstor}Richard Henderson
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{fxsave,fxrstor}Richard Henderson
2024-05-26target/i386: Pass host pointer and size to cpu_x86_{fsave,frstor}Richard Henderson
2024-05-26target/i386: Convert do_xsave to X86AccessRichard Henderson
2024-05-26linux-user/i386: Honor xfeatures in xrstor_sigcontextRichard Henderson
2024-05-26linux-user/i386: Fix allocation and alignment of fp stateRichard Henderson
2024-05-26linux-user/i386: Return boolean success from xrstor_sigcontextRichard Henderson
2024-05-26linux-user/i386: Return boolean success from restore_sigcontextRichard Henderson
2024-05-26linux-user/i386: Fix -mregparm=3 for signal deliveryRichard Henderson
2024-05-26linux-user/i386: Split out struct target_fregs_stateRichard Henderson
2024-05-26linux-user/i386: Replace target_fpstate_fxsave with X86LegacyXSaveAreaRichard Henderson
2024-05-26linux-user/i386: Remove xfeatures from target_fpstate_fxsaveRichard Henderson
2024-05-26linux-user/i386: Drop xfeatures_size from sigcontext arithmeticRichard Henderson
2024-05-26target/i386: Add rbfm argument to cpu_x86_{xsave,xrstor}Richard Henderson
2024-05-15linux-user/hppa: Force all code addresses to PRIV_USERRichard Henderson
2024-05-06Merge tag 'qemu-sparc-20240506' of https://github.com/mcayland/qemu into stagingRichard Henderson
2024-05-06user: Use get_task_state() helperPhilippe Mathieu-Daudé
2024-05-06user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'Philippe Mathieu-Daudé
2024-05-06user: Forward declare TaskState type definitionPhilippe Mathieu-Daudé
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan
2024-05-05linux-user/sparc: Add more hwcap bits for sparc64Richard Henderson
2024-05-03user: Move 'thunk.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé
2024-05-03user: Move 'abitypes.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé
2024-04-26exec: Restrict inclusion of 'user/guest-base.h'Philippe Mathieu-Daudé
2024-04-26exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé
2024-04-25Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-04-25hw/elf_ops: Rename elf_ops.h -> elf_ops.h.incPhilippe Mathieu-Daudé
2024-04-25linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT codePeter Maydell
2024-04-24linux-user: Add FITRIM ioctlMichael Vogt
2024-04-24linux-user: do_setsockopt: eliminate goto in switch for SO_SNDTIMEOMichael Tokarev
2024-04-24linux-user: do_setsockopt: make ip_mreq_source local to the place where it is...Michael Tokarev
2024-04-24linux-user: do_setsockopt: make ip_mreq local to the place it is used and inl...Michael Tokarev