aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT codePeter Maydell2024-04-252-287/+11
* | linux-user: Add FITRIM ioctlMichael Vogt2024-04-243-0/+9
* | linux-user: do_setsockopt: eliminate goto in switch for SO_SNDTIMEOMichael Tokarev2024-04-241-7/+4
* | linux-user: do_setsockopt: make ip_mreq_source local to the place where it is usedMichael Tokarev2024-04-241-2/+4
* | linux-user: do_setsockopt: make ip_mreq local to the place it is used and inline target_to_host_ip_mreq()Michael Tokarev2024-04-241-24/+23
* | linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEYMichael Tokarev2024-04-241-7/+2
* | meson: Make DEBUG_REMAP a meson optionIlya Leoshkevich2024-04-242-5/+3
|/
* target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé2024-04-2418-945/+2
* linux-user: Preserve unswapped siginfo_t for straceRichard Henderson2024-04-091-3/+9
* linux-user: replace calloc() with g_new0()Nguyen Dinh Phi2024-04-091-5/+1
* linux-user: Fix waitid return of siginfo_t and rusageRichard Henderson2024-04-091-6/+16