Age | Commit message (Expand) | Author |
2024-06-05 | target/i386: fix xsave.flat from kvm-unit-tests | Paolo Bonzini |
2024-05-26 | Merge tag 'pull-lu-20240526' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson |
2024-05-26 | target/i386: Pass host pointer and size to cpu_x86_{xsave,xrstor} | Richard Henderson |
2024-05-26 | target/i386: Pass host pointer and size to cpu_x86_{fxsave,fxrstor} | Richard Henderson |
2024-05-26 | target/i386: Pass host pointer and size to cpu_x86_{fsave,frstor} | Richard Henderson |
2024-05-26 | target/i386: Convert do_xrstor to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_xsave to X86Access | Richard Henderson |
2024-05-26 | target/i386: Add rbfm argument to cpu_x86_{xsave,xrstor} | Richard Henderson |
2024-05-26 | target/i386: Split out do_xsave_chk | Richard Henderson |
2024-05-26 | target/i386: Convert do_xrstor_* to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_xsave_* to X86Access | Richard Henderson |
2024-05-26 | tagret/i386: Convert do_fxsave, do_fxrstor to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_xrstor_{fpu,mxcr,sse} to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_xsave_{fpu,mxcr,sse} to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_fsave, do_frstor to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_fstenv to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_fldenv to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert helper_{fbld,fbst}_ST0 to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_fldt, do_fstt to X86Access | Richard Henderson |
2024-05-25 | target/i386: set CC_OP in helpers if they want CC_OP_EFLAGS | Paolo Bonzini |
2024-04-26 | target/i386: Include missing 'exec/exec-all.h' header | Philippe Mathieu-Daudé |
2023-12-29 | target/i386: clean up cpu_cc_compute_all | Paolo Bonzini |
2023-08-31 | target/translate: Include missing 'exec/cpu_ldst.h' header | Philippe Mathieu-Daudé |
2022-10-20 | target/i386: introduce function to set rounding mode from FPCW or MXCSR bits | Paolo Bonzini |
2022-10-18 | target/i386: move 3DNow to the new decoder | Paolo Bonzini |
2022-10-18 | target/i386: implement XSAVE and XRSTOR of AVX registers | Paolo Bonzini |
2022-10-18 | target/i386: Introduce 256-bit vector helpers | Paolo Bonzini |
2022-10-18 | target/i386: add AVX_EN hflag | Paul Brook |
2022-10-11 | linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstate | Paolo Bonzini |
2022-04-26 | target/i386: Suppress coverity warning on fsave/frstor | Richard Henderson |
2022-03-23 | target/i386: force maximum rounding precision for fildl[l] | Alex Bennée |
2021-07-13 | target/i386: Correct implementation for FCS, FIP, FDS and FDP | Ziqiao Kong |
2021-07-13 | target/i386: Split out do_fninit | Richard Henderson |
2021-07-06 | target/i386: Move X86XSaveArea into TCG | David Edmondson |
2021-06-03 | softfloat: Introduce Floatx80RoundPrec | Richard Henderson |
2021-05-10 | i386: separate fpu_helper sysemu-only parts | Claudio Fontana |
2021-05-10 | target/i386: Split out do_fsave, do_frstor, do_fxsave, do_fxrstor | Richard Henderson |
2021-05-10 | target/i386: Rename helper_fldt, helper_fstt | Richard Henderson |
2020-12-16 | i386: move TCG cpu class initialization to tcg/ | Claudio Fontana |
2020-12-16 | i386: move TCG accel files into tcg/ | Claudio Fontana |