aboutsummaryrefslogtreecommitdiffstats
path: root/linux-user/i386/signal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux-user/i386: Add vdsoRichard Henderson2023-10-301-0/+11
* 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: Rename TARGET_QEMU_ESIGRETURN to QEMU_ESIGRETURNRichard Henderson2021-12-191-4/+4
* linux-user/x86_64: Raise SIGSEGV if SA_RESTORER not setRichard Henderson2021-10-011-6/+5
* linux-user/i386: Implement setup_sigtrampRichard Henderson2021-10-011-18/+38
* linux-user: Split linux-user internals out of qemu.hPeter Maydell2021-09-131-0/+1
* linux-user: fix guest/host address mixup in i386 setup_rt_frame()Ilya Leoshkevich2021-08-051-4/+4
* linux-user: Pass CPUArchState to target_restore_altstackRichard Henderson2021-05-151-1/+1
* linux-user: Use target_restore_altstack in all sigreturnRichard Henderson2021-05-151-4/+1
* linux-user: Use cpu_untagged_addr in access_ok; split out *_untaggedRichard Henderson2021-02-161-2/+3
* target/i386: Use env_cpu, env_archcpuRichard Henderson2019-06-101-1/+1
* linux-user: move get_sp_from_cpustate() to target_cpu.hLaurent Vivier2018-06-041-1/+0
* linux-user: introduce target_sigsp() and target_save_altstack()Laurent Vivier2018-05-031-9/+3
* linux-user: move i386/x86_64 signal.c parts to i386 directoryLaurent Vivier2018-04-301-0/+584
* linux-user: create a dummy per arch signal.cLaurent Vivier2018-04-301-0/+18