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