aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
2023-01-26docs/about/deprecated: Mark HAXM in QEMU as deprecatedThomas Huth1-0/+3
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell1-0/+1
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster1-0/+1
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-3/+3
2023-01-11target/i386: fix operand size of unary SSE operationsPaolo Bonzini1-5/+6
2023-01-11target/i386: Remove compilation errors when -Werror=maybe-uninitializedEric Auger1-0/+4
2023-01-11i386: Emit correct error code for 64-bit IDT entryJoe Richey1-4/+4
2023-01-06target/i386: Add SGX aex-notify and EDECCSSA supportKai Huang1-2/+2
2023-01-06KVM: remove support for kernel-irqchip=offPaolo Bonzini1-4/+11
2022-12-16target/i386: Convert to 3-phase resetPeter Maydell2-6/+10
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2-5/+2
2022-12-14qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster2-6/+2
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster1-4/+1
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster1-1/+1
2022-12-01target/i386: Always completely initialize TranslateFaultRichard Henderson1-15/+19
2022-12-01target/i386: allow MMX instructions with CR4.OSFXSR=0Paolo Bonzini1-1/+2
2022-11-15target/i386: hardcode R_EAX as destination register for LAHF/SAHFPaolo Bonzini1-2/+2
2022-11-15target/i386: fix cmpxchg with 32-bit register destinationPaolo Bonzini1-26/+56
2022-11-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi5-6/+18
2022-11-02target/i386: Fix test for paging enabledRichard Henderson1-5/+5
2022-11-01target/i386: Expand eflags updates inlineRichard Henderson3-51/+25
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson1-1/+1
2022-11-01target/i386: Use cpu_unwind_state_data for tpr accessRichard Henderson1-2/+23
2022-10-31target/i386: Set maximum APIC ID to KVM prior to vCPU creationZeng Guang3-0/+12
2022-10-31target/i386: Fix calculation of LOCK NEG eflagsQi Hu1-1/+1
2022-10-26Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2-15/+19
2022-10-26target/i386: Convert to tcg_ops restore_state_to_opcRichard Henderson2-15/+19
2022-10-25Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi2-5/+3
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster2-5/+3
2022-10-22target/i386: implement FMA instructionsPaolo Bonzini7-2/+134
2022-10-20target/i386: implement F16C instructionsPaolo Bonzini7-4/+66
2022-10-20target/i386: introduce function to set rounding mode from FPCW or MXCSR bitsPaolo Bonzini2-95/+25
2022-10-20target/i386: decode-new: avoid out-of-bounds access to xmm_regs[-1]Paolo Bonzini1-1/+1
2022-10-18target/i386: remove old SSE decoderPaolo Bonzini5-1907/+19
2022-10-18target/i386: move 3DNow to the new decoderPaolo Bonzini6-76/+74
2022-10-18target/i386: Enable AVX cpuid bits when using TCGPaul Brook1-5/+5
2022-10-18target/i386: implement VLDMXCSR/VSTMXCSRPaolo Bonzini2-0/+45
2022-10-18target/i386: implement XSAVE and XRSTOR of AVX registersPaolo Bonzini1-3/+75
2022-10-18target/i386: reimplement 0x0f 0x28-0x2f, add AVXPaolo Bonzini3-0/+185
2022-10-18target/i386: reimplement 0x0f 0x10-0x17, add AVXPaolo Bonzini5-0/+264
2022-10-18target/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, add AVXPaolo Bonzini3-0/+81
2022-10-18target/i386: reimplement 0x0f 0x38, add AVXPaolo Bonzini6-8/+524
2022-10-18target/i386: Use tcg gvec ops for pmovmskbRichard Henderson1-5/+83
2022-10-18target/i386: reimplement 0x0f 0x3a, add AVXPaolo Bonzini5-1/+491
2022-10-18target/i386: clarify (un)signedness of immediates from 0F3Ah opcodesPaolo Bonzini2-5/+5
2022-10-18target/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7, 0xf0-0xf7, add AVXPaolo Bonzini4-11/+122
2022-10-18target/i386: reimplement 0x0f 0x70-0x77, add AVXPaolo Bonzini3-6/+293
2022-10-18target/i386: reimplement 0x0f 0x78-0x7f, add AVXPaolo Bonzini3-0/+138
2022-10-18target/i386: reimplement 0x0f 0x50-0x5f, add AVXPaolo Bonzini3-1/+210
2022-10-18target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, add AVXPaolo Bonzini3-1/+63