aboutsummaryrefslogtreecommitdiff
path: root/linux-user/i386
AgeCommit message (Expand)AuthorFilesLines
2024-10-15linux-user/i386: Use explicit little-endian LD/ST APIPhilippe Mathieu-Daudé1-2/+2
2024-10-13linux-user/i386: Emulate orig_axIlya Leoshkevich1-0/+3
2024-09-27Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell1-9/+26
2024-09-22linux-user: update syscall.tbl to Linux v6.11Laurent Vivier1-3/+4
2024-09-22linux-user: update syscall.tbl to Linux v6.10Laurent Vivier1-6/+22
2024-09-20license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé1-1/+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-04-26exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé1-0/+1
2024-03-13linux-user: Move tswap_siginfo out of target codeGustavo Romero1-3/+3
2024-03-12bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé1-2/+2
2023-10-30linux-user/i386: Add vdsoRichard Henderson7-0/+254
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-1/+1
2023-09-01linux-user: Split out cpu/target_proc.hRichard Henderson1-0/+1
2023-08-08linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson1-0/+3
2023-08-08linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson1-0/+13
2023-06-29target/i386: emulate 64-bit ring 0 for linux-user if LM feature is setPaolo Bonzini1-30/+27
2023-06-26target/i386: implement SYSCALL/SYSRET in 32-bit emulatorsPaolo Bonzini1-4/+5
2023-03-10linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64fanwj@mail.ustc.edu.cn1-0/+9
2022-10-25linux-user: Add guest memory layout to exception dumpHelge Deller1-4/+2
2022-10-11linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstatePaolo Bonzini1-19/+100
2022-10-11linux-user: i386/signal: support FXSAVE fpstate on 32-bit emulationPaolo Bonzini1-51/+76
2022-10-11linux-user: i386/signal: move fpstate at the end of the 32-bit framesPaolo Bonzini1-2/+9
2022-09-27linux-user: Provide MADV_* definitionsIlya Leoshkevich1-0/+1
2022-09-23linux-user: use 'max' instead of 'qemu32' / 'qemu64' by defaultDaniel P. Berrangé1-1/+1
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé1-1/+1
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-02-21linux-user: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé1-0/+1
2022-02-01linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev1-0/+1
2022-01-11linux-user: Move target_struct.h generic definitions to generic/Richard Henderson1-58/+1
2022-01-11linux-user/i386: Use force_sig, force_sig_faultRichard Henderson1-29/+18
2022-01-11linux-user/i386: Split out maybe_handle_vm86_trapRichard Henderson1-16/+15
2022-01-06linux-user: Split out do_prctl and subroutinesRichard Henderson1-0/+1
2022-01-06linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZSong Gao1-1/+0
2022-01-06linux-user: Move target_signal.h generic definitions to generic/signal.hSong Gao1-18/+0
2021-12-19linux-user: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2-7/+7
2021-12-19linux-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson1-3/+3
2021-10-01linux-user/x86_64: Raise SIGSEGV if SA_RESTORER not setRichard Henderson1-6/+5