Age | Commit message (Expand) | Author | Files | Lines |
2023-05-18 | target/i386: fix avx2 instructions vzeroall and vpermdq | Xinyu Li | 2 | -1/+9 |
2023-05-18 | target/i386: fix operand size for VCOMI/VUCOMI instructions | Paolo Bonzini | 1 | -2/+13 |
2023-04-27 | target/i386: Change wrong XFRM value in SGX CPUID leaf | Yang Zhong | 1 | -2/+2 |
2023-03-29 | target/i386: Fix BZHI instruction | Richard Henderson | 1 | -7/+7 |
2023-03-29 | target/i386: fix ADOX followed by ADCX | Paolo Bonzini | 1 | -9/+11 |
2023-03-29 | target/i386: Fix C flag for BLSI, BLSMSK, BLSR | Richard Henderson | 1 | -0/+3 |
2023-03-29 | target/i386: Fix BEXTR instruction | Richard Henderson | 1 | -11/+11 |
2022-12-01 | target/i386: Always completely initialize TranslateFault | Richard Henderson | 1 | -15/+19 |
2022-12-01 | target/i386: allow MMX instructions with CR4.OSFXSR=0 | Paolo Bonzini | 1 | -1/+2 |
2022-11-15 | target/i386: hardcode R_EAX as destination register for LAHF/SAHF | Paolo Bonzini | 1 | -2/+2 |
2022-11-15 | target/i386: fix cmpxchg with 32-bit register destination | Paolo Bonzini | 1 | -26/+56 |
2022-11-03 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi | 5 | -6/+18 |
2022-11-02 | target/i386: Fix test for paging enabled | Richard Henderson | 1 | -5/+5 |
2022-11-01 | target/i386: Expand eflags updates inline | Richard Henderson | 3 | -51/+25 |
2022-11-01 | accel/tcg: Remove will_exit argument from cpu_restore_state | Richard Henderson | 1 | -1/+1 |
2022-11-01 | target/i386: Use cpu_unwind_state_data for tpr access | Richard Henderson | 1 | -2/+23 |
2022-10-31 | target/i386: Set maximum APIC ID to KVM prior to vCPU creation | Zeng Guang | 3 | -0/+12 |
2022-10-31 | target/i386: Fix calculation of LOCK NEG eflags | Qi Hu | 1 | -1/+1 |
2022-10-26 | Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into staging | Stefan Hajnoczi | 2 | -15/+19 |
2022-10-26 | target/i386: Convert to tcg_ops restore_state_to_opc | Richard Henderson | 2 | -15/+19 |
2022-10-25 | Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent... | Stefan Hajnoczi | 2 | -5/+3 |
2022-10-22 | Drop useless casts from g_malloc() & friends to pointer | Markus Armbruster | 2 | -5/+3 |
2022-10-22 | target/i386: implement FMA instructions | Paolo Bonzini | 7 | -2/+134 |
2022-10-20 | target/i386: implement F16C instructions | Paolo Bonzini | 7 | -4/+66 |
2022-10-20 | target/i386: introduce function to set rounding mode from FPCW or MXCSR bits | Paolo Bonzini | 2 | -95/+25 |
2022-10-20 | target/i386: decode-new: avoid out-of-bounds access to xmm_regs[-1] | Paolo Bonzini | 1 | -1/+1 |
2022-10-18 | target/i386: remove old SSE decoder | Paolo Bonzini | 5 | -1907/+19 |
2022-10-18 | target/i386: move 3DNow to the new decoder | Paolo Bonzini | 6 | -76/+74 |
2022-10-18 | target/i386: Enable AVX cpuid bits when using TCG | Paul Brook | 1 | -5/+5 |
2022-10-18 | target/i386: implement VLDMXCSR/VSTMXCSR | Paolo Bonzini | 2 | -0/+45 |
2022-10-18 | target/i386: implement XSAVE and XRSTOR of AVX registers | Paolo Bonzini | 1 | -3/+75 |
2022-10-18 | target/i386: reimplement 0x0f 0x28-0x2f, add AVX | Paolo Bonzini | 3 | -0/+185 |
2022-10-18 | target/i386: reimplement 0x0f 0x10-0x17, add AVX | Paolo Bonzini | 5 | -0/+264 |
2022-10-18 | target/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, add AVX | Paolo Bonzini | 3 | -0/+81 |
2022-10-18 | target/i386: reimplement 0x0f 0x38, add AVX | Paolo Bonzini | 6 | -8/+524 |
2022-10-18 | target/i386: Use tcg gvec ops for pmovmskb | Richard Henderson | 1 | -5/+83 |
2022-10-18 | target/i386: reimplement 0x0f 0x3a, add AVX | Paolo Bonzini | 5 | -1/+491 |
2022-10-18 | target/i386: clarify (un)signedness of immediates from 0F3Ah opcodes | Paolo Bonzini | 2 | -5/+5 |
2022-10-18 | target/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7, 0xf0-0xf7, add AVX | Paolo Bonzini | 4 | -11/+122 |
2022-10-18 | target/i386: reimplement 0x0f 0x70-0x77, add AVX | Paolo Bonzini | 3 | -6/+293 |
2022-10-18 | target/i386: reimplement 0x0f 0x78-0x7f, add AVX | Paolo Bonzini | 3 | -0/+138 |
2022-10-18 | target/i386: reimplement 0x0f 0x50-0x5f, add AVX | Paolo Bonzini | 3 | -1/+210 |
2022-10-18 | target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, add AVX | Paolo Bonzini | 3 | -1/+63 |
2022-10-18 | target/i386: reimplement 0x0f 0x60-0x6f, add AVX | Paolo Bonzini | 3 | -1/+262 |
2022-10-18 | target/i386: Introduce 256-bit vector helpers | Paolo Bonzini | 4 | -0/+14 |
2022-10-18 | target/i386: implement additional AVX comparison operators | Paolo Bonzini | 2 | -0/+65 |
2022-10-18 | target/i386: provide 3-operand versions of unary scalar helpers | Paolo Bonzini | 3 | -25/+61 |
2022-10-18 | target/i386: support operand merging in binary scalar helpers | Paolo Bonzini | 1 | -0/+16 |
2022-10-18 | target/i386: extend helpers to support VEX.V 3- and 4- operand encodings | Paolo Bonzini | 3 | -238/+265 |
2022-10-18 | target/i386: Prepare ops_sse_header.h for 256 bit AVX | Paul Brook | 1 | -40/+76 |