aboutsummaryrefslogtreecommitdiff
path: root/linux-user/i386
AgeCommit message (Expand)AuthorFilesLines
3 daysbsd-user, linux-user: introduce qemu_process_cpu_eventsPaolo Bonzini1-1/+1
2025-08-30linux-user: Rename elf_check_archRichard Henderson1-1/+1
2025-08-30linux-user: Standardize on ELF_MACHINE not ELF_ARCHRichard Henderson1-1/+1
2025-08-30linux-user: Move elf parameters to {i386,x86_64}/target_elf.hRichard Henderson1-0/+22
2025-08-30linux-user/i386: Expand target_elf_gregset_tRichard Henderson2-28/+22
2025-08-30linux-user/i386: Create target_ptrace.hRichard Henderson2-18/+32
2025-08-30linux-user: Move elf_core_copy_regs to {i386,x86_64}/elfload.cRichard Henderson2-0/+39
2025-08-28linux-user/i386: Create init_main_threadRichard Henderson1-26/+22
2025-08-28linux-user/i386: Return const data from get_elf_platformRichard Henderson1-8/+4
2025-08-28linux-user: Move get_elf_platform to {i386,x86_64}/elfload.cRichard Henderson2-0/+14
2025-08-28linux-user: Move get_elf_hwcap to {i386,x86_64}/elfload.cRichard Henderson2-0/+7
2025-08-28linux-user: Move get_elf_cpu_model to target/elfload.cRichard Henderson2-4/+11
2025-08-28linux-user: Create target/elfload.c filesRichard Henderson1-0/+1
2025-02-18linux-user: Move TARGET_SA_RESTORER out of generic/signal.hAndreas Schwab1-0/+2
2024-12-20user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'Philippe Mathieu-Daudé1-1/+1
2024-12-20user: Forward declare target_cpu_copy_regs structurePhilippe Mathieu-Daudé1-1/+1
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