summary refs log tree commit diff stats
path: root/linux-user/i386 (follow)
Commit message (Expand)AuthorAgeFilesLines
* linux-user/i386: Create init_main_threadRichard Henderson2025-08-281-26/+22
* linux-user/i386: Return const data from get_elf_platformRichard Henderson2025-08-281-8/+4
* linux-user: Move get_elf_platform to {i386,x86_64}/elfload.cRichard Henderson2025-08-282-0/+14
* linux-user: Move get_elf_hwcap to {i386,x86_64}/elfload.cRichard Henderson2025-08-282-0/+7
* linux-user: Move get_elf_cpu_model to target/elfload.cRichard Henderson2025-08-282-4/+11
* linux-user: Create target/elfload.c filesRichard Henderson2025-08-281-0/+1
* linux-user: Move TARGET_SA_RESTORER out of generic/signal.hAndreas Schwab2025-02-181-0/+2
* user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'Philippe Mathieu-Daudé2024-12-201-1/+1
* user: Forward declare target_cpu_copy_regs structurePhilippe Mathieu-Daudé2024-12-201-1/+1
* linux-user/i386: Use explicit little-endian LD/ST APIPhilippe Mathieu-Daudé2024-10-151-2/+2
* linux-user/i386: Emulate orig_axIlya Leoshkevich2024-10-131-0/+3
* Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2024-09-271-9/+26
|\
| * linux-user: update syscall.tbl to Linux v6.11Laurent Vivier2024-09-221-3/+4
| * linux-user: update syscall.tbl to Linux v6.10Laurent Vivier2024-09-221-6/+22
* | license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-onlyPhilippe Mathieu-Daudé2024-09-201-1/+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
* exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'Philippe Mathieu-Daudé2024-04-261-0/+1
* linux-user: Move tswap_siginfo out of target codeGustavo Romero2024-03-131-3/+3
* bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé2024-03-121-2/+2
* linux-user/i386: Add vdsoRichard Henderson2023-10-307-0/+254
* accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2023-10-041-1/+1
* linux-user: Split out cpu/target_proc.hRichard Henderson2023-09-011-0/+1
* linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.hRichard Henderson2023-08-081-0/+3
* linux-user: Define TASK_UNMAPPED_BASE in $guest/target_mman.hRichard Henderson2023-08-081-0/+13
* target/i386: emulate 64-bit ring 0 for linux-user if LM feature is setPaolo Bonzini2023-06-291-30/+27
* target/i386: implement SYSCALL/SYSRET in 32-bit emulatorsPaolo Bonzini2023-06-261-4/+5
* linux-user: fix bug about incorrect base addresss of gdt on i386 and x86_64fanwj@mail.ustc.edu.cn2023-03-101-0/+9
* linux-user: Add guest memory layout to exception dumpHelge Deller2022-10-251-4/+2
* linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstatePaolo Bonzini2022-10-111-19/+100
* linux-user: i386/signal: support FXSAVE fpstate on 32-bit emulationPaolo Bonzini2022-10-111-51/+76
* linux-user: i386/signal: move fpstate at the end of the 32-bit framesPaolo Bonzini2022-10-111-2/+9
* linux-user: Provide MADV_* definitionsIlya Leoshkevich2022-09-271-0/+1
* linux-user: use 'max' instead of 'qemu32' / 'qemu64' by defaultDaniel P. Berrangé2022-09-231-1/+1
* misc: fix commonly doubled up wordsDaniel P. Berrangé2022-08-011-1/+1
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* linux-user: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé2022-02-211-0/+1
* linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.hSerge Belyshev2022-02-011-0/+1