aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Handle short reads in mmap_h_gt_gRichard Henderson2024-08-211-6/+38
* linux-user/mips: Select Loongson CPU for Loongson binariesPhilippe Mathieu-Daudé2024-08-201-0/+6
* linux-user/mips: Select MIPS64R2-generic for Rel2 binariesPhilippe Mathieu-Daudé2024-08-201-1/+6
* linux-user/mips: Select Octeon68XX CPU for Octeon binariesPhilippe Mathieu-Daudé2024-08-201-0/+8
* linux-user/mips: Do not try to use removed R5900 CPUPhilippe Mathieu-Daudé2024-08-202-6/+0
* linux-user: Preserve NULL hit in target_mmap subroutinesRichard Henderson2024-08-151-3/+15
* linux-user/elfload: Fix pr_pid values in core filesIlya Leoshkevich2024-08-051-5/+3
* linux-user: open_self_stat: Implement num_threadsFabio D'Urso2024-07-301-0/+10
* linux-user/main: Check errno when getting AT_EXECFDVivian Wang2024-07-301-1/+2
* target/arm: Factor out code for setting MTE TCF0 fieldGustavo Romero2024-07-055-29/+71
* linux-user/main: Suppress out-of-range comparison warning for clangRichard Henderson2024-07-051-0/+1
* linux-user: sparc: Remove unused struct 'target_mc_fq'Dr. David Alan Gilbert2024-06-301-5/+0
* linux-user: cris: Remove unused struct 'rt_signal_frame'Dr. David Alan Gilbert2024-06-301-8/+0
* linux-user: Make TARGET_NR_setgroups affect only the current threadIlya Leoshkevich2024-06-191-2/+8
* Merge tag 'bsd-user-misc-2024q2-pull-request' of gitlab.com:bsdimp/qemu into stagingRichard Henderson2024-06-091-4/+4
|\
| * linux-user: Adjust comment to reflect the code.Warner Losh2024-06-091-4/+4
* | Hexagon: add PC alignment check and exceptionMatheus Tavares Bernardino2024-06-081-0/+4
|/
* target/sparc: Implement IMA extensionRichard Henderson2024-06-051-0/+1
* target/sparc: Enable VIS3 feature bitRichard Henderson2024-06-051-0/+1
* target/sparc: Implement FMAf extensionRichard Henderson2024-06-051-0/+1
* linux-user: Add ioctl for BLKBSZSETMichael Vogt2024-06-051-0/+1
* target/i386: Pass host pointer and size to cpu_x86_{xsave,xrstor}Richard Henderson2024-05-261-8/+12
* target/i386: Pass host pointer and size to cpu_x86_{fxsave,fxrstor}Richard Henderson2024-05-261-8/+5
* target/i386: Pass host pointer and size to cpu_x86_{fsave,frstor}Richard Henderson2024-05-261-2/+2
* target/i386: Convert do_xsave to X86AccessRichard Henderson2024-05-261-1/+1
* linux-user/i386: Honor xfeatures in xrstor_sigcontextRichard Henderson2024-05-261-1/+18
* linux-user/i386: Fix allocation and alignment of fp stateRichard Henderson2024-05-261-214/+342
* linux-user/i386: Return boolean success from xrstor_sigcontextRichard Henderson2024-05-261-8/+8
* linux-user/i386: Return boolean success from restore_sigcontextRichard Henderson2024-05-261-24/+23
* linux-user/i386: Fix -mregparm=3 for signal deliveryRichard Henderson2024-05-261-13/+11
* linux-user/i386: Split out struct target_fregs_stateRichard Henderson2024-05-261-18/+25
* linux-user/i386: Replace target_fpstate_fxsave with X86LegacyXSaveAreaRichard Henderson2024-05-261-45/+26
* linux-user/i386: Remove xfeatures from target_fpstate_fxsaveRichard Henderson2024-05-261-2/+1
* linux-user/i386: Drop xfeatures_size from sigcontext arithmeticRichard Henderson2024-05-261-4/+3
* target/i386: Add rbfm argument to cpu_x86_{xsave,xrstor}Richard Henderson2024-05-261-2/+2
* linux-user/hppa: Force all code addresses to PRIV_USERRichard Henderson2024-05-154-13/+15
* Merge tag 'qemu-sparc-20240506' of https://github.com/mcayland/qemu into stagingRichard Henderson2024-05-061-14/+34
|\
| * linux-user/sparc: Add more hwcap bits for sparc64Richard Henderson2024-05-051-14/+34
* | user: Use get_task_state() helperPhilippe Mathieu-Daudé2024-05-061-2/+2
* | user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'Philippe Mathieu-Daudé2024-05-061-5/+1
* | user: Forward declare TaskState type definitionPhilippe Mathieu-Daudé2024-05-061-2/+2
* | accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé2024-05-062-6/+6
* | exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé2024-05-065-0/+5
* | exec/cpu: Rename PAGE_BITS macro to PAGE_RWXBALATON Zoltan2024-05-062-2/+2
|/
* user: Move 'thunk.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé2024-05-032-2/+2
* user: Move 'abitypes.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé2024-05-031-1/+1
* exec: Restrict inclusion of 'user/guest-base.h'Philippe Mathieu-Daudé2024-04-262-0/+2
* exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé2024-04-263-0/+3
* Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-251-1/+1
|\
| * hw/elf_ops: Rename elf_ops.h -> elf_ops.h.incPhilippe Mathieu-Daudé2024-04-251-1/+1