aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2023-10-04target/i386: fix memory operand size for CVTPS2PDPaolo Bonzini
2023-10-04target/i386: generalize operand size "ph" for use in CVTPS2PDPaolo Bonzini
2023-10-04target/i386: Fix exception classes for MOVNTPS/MOVNTPD.Ricky Zhou
2023-10-04target/i386: Fix exception classes for SSE/AVX instructions.Ricky Zhou
2023-10-04target/i386: Fix and add some comments next to SSE/AVX instructions.Ricky Zhou
2023-10-04target/i386: fix operand size of unary SSE operationsPaolo Bonzini
2023-09-11kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki
2023-08-05target/i386: Check CR0.TS before enter_mmxMatt Borgerson
2023-05-18target/i386: fix avx2 instructions vzeroall and vpermdqXinyu Li
2023-05-18target/i386: fix operand size for VCOMI/VUCOMI instructionsPaolo Bonzini
2023-04-27target/i386: Change wrong XFRM value in SGX CPUID leafYang Zhong
2023-03-29target/i386: Fix BZHI instructionRichard Henderson
2023-03-29target/i386: fix ADOX followed by ADCXPaolo Bonzini
2023-03-29target/i386: Fix C flag for BLSI, BLSMSK, BLSRRichard Henderson
2023-03-29target/i386: Fix BEXTR instructionRichard Henderson
2022-12-01target/i386: Always completely initialize TranslateFaultRichard Henderson
2022-12-01target/i386: allow MMX instructions with CR4.OSFXSR=0Paolo Bonzini
2022-11-15target/i386: hardcode R_EAX as destination register for LAHF/SAHFPaolo Bonzini
2022-11-15target/i386: fix cmpxchg with 32-bit register destinationPaolo Bonzini
2022-11-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-11-02target/i386: Fix test for paging enabledRichard Henderson
2022-11-01target/i386: Expand eflags updates inlineRichard Henderson
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson
2022-11-01target/i386: Use cpu_unwind_state_data for tpr accessRichard Henderson
2022-10-31target/i386: Set maximum APIC ID to KVM prior to vCPU creationZeng Guang
2022-10-31target/i386: Fix calculation of LOCK NEG eflagsQi Hu
2022-10-26Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2022-10-26target/i386: Convert to tcg_ops restore_state_to_opcRichard Henderson
2022-10-25Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster
2022-10-22target/i386: implement FMA instructionsPaolo Bonzini
2022-10-20target/i386: implement F16C instructionsPaolo Bonzini
2022-10-20target/i386: introduce function to set rounding mode from FPCW or MXCSR bitsPaolo Bonzini
2022-10-20target/i386: decode-new: avoid out-of-bounds access to xmm_regs[-1]Paolo Bonzini
2022-10-18target/i386: remove old SSE decoderPaolo Bonzini
2022-10-18target/i386: move 3DNow to the new decoderPaolo Bonzini
2022-10-18target/i386: Enable AVX cpuid bits when using TCGPaul Brook
2022-10-18target/i386: implement VLDMXCSR/VSTMXCSRPaolo Bonzini
2022-10-18target/i386: implement XSAVE and XRSTOR of AVX registersPaolo Bonzini
2022-10-18target/i386: reimplement 0x0f 0x28-0x2f, add AVXPaolo Bonzini
2022-10-18target/i386: reimplement 0x0f 0x10-0x17, add AVXPaolo Bonzini
2022-10-18target/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, add AVXPaolo Bonzini
2022-10-18target/i386: reimplement 0x0f 0x38, add AVXPaolo Bonzini
2022-10-18target/i386: Use tcg gvec ops for pmovmskbRichard Henderson
2022-10-18target/i386: reimplement 0x0f 0x3a, add AVXPaolo Bonzini
2022-10-18target/i386: clarify (un)signedness of immediates from 0F3Ah opcodesPaolo Bonzini
2022-10-18target/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7, 0xf0-0xf7, add AVXPaolo Bonzini
2022-10-18target/i386: reimplement 0x0f 0x70-0x77, add AVXPaolo Bonzini
2022-10-18target/i386: reimplement 0x0f 0x78-0x7f, add AVXPaolo Bonzini
2022-10-18target/i386: reimplement 0x0f 0x50-0x5f, add AVXPaolo Bonzini