summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi2022-10-255-9/+7Star
|\
| * treewide: Remove the unnecessary space before semicolonBin Meng2022-10-242-3/+3
| * Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster2022-10-223-6/+4Star
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-10-249-100/+224
|\ \ | |/ |/|
| * target/i386: implement FMA instructionsPaolo Bonzini2022-10-227-2/+134
| * target/i386: implement F16C instructionsPaolo Bonzini2022-10-207-4/+66
| * target/i386: introduce function to set rounding mode from FPCW or MXCSR bitsPaolo Bonzini2022-10-202-95/+25Star
| * target/i386: decode-new: avoid out-of-bounds access to xmm_regs[-1]Paolo Bonzini2022-10-201-1/+1
* | target/arm: Enable TARGET_TB_PCRELRichard Henderson2022-10-206-71/+178
* | target/arm: Introduce gen_pc_plus_diff for aarch32Richard Henderson2022-10-201-17/+21
* | target/arm: Introduce gen_pc_plus_diff for aarch64Richard Henderson2022-10-201-12/+29
* | target/arm: Change gen_jmp* to work on displacementsRichard Henderson2022-10-201-16/+21
* | target/arm: Remove gen_exception_internal_insn pc argumentRichard Henderson2022-10-202-8/+8
* | target/arm: Change gen_exception_insn* to work on displacementsRichard Henderson2022-10-206-46/+43Star
* | target/arm: Change gen_*set_pc_im to gen_*update_pcRichard Henderson2022-10-205-54/+56
* | target/arm: Change gen_goto_tb to work on displacementsRichard Henderson2022-10-202-23/+27
* | target/arm: Introduce curr_insn_lenRichard Henderson2022-10-203-4/+8
* | target/arm: Use bool consistently for get_phys_addr subroutinesRichard Henderson2022-10-201-4/+3Star
* | target/arm: Split out get_phys_addr_twostageRichard Henderson2022-10-201-91/+100
* | target/arm: Use softmmu tlbs for page table walkingRichard Henderson2022-10-203-75/+145
* | target/arm: Move be test for regime into S1TranslateResultRichard Henderson2022-10-201-2/+4
* | target/arm: Plumb debug into S1TranslateRichard Henderson2022-10-201-18/+37
* | target/arm: Split out S1Translate typeRichard Henderson2022-10-201-61/+79
* | target/arm: Restrict tlb flush from vttbr_write to vmid changeRichard Henderson2022-10-201-2/+2
* | target/arm: Move ARMMMUIdx_Stage2 to a real tlb mmu_idxRichard Henderson2022-10-203-49/+127
* | target/arm: Add ARMMMUIdx_Phys_{S,NS}Richard Henderson2022-10-203-4/+24
* | target/arm: Use probe_access_full for BTIRichard Henderson2022-10-205-31/+20Star
* | target/arm: Use probe_access_full for MTERichard Henderson2022-10-205-86/+36Star
* | target/arm: Enable TARGET_PAGE_ENTRY_EXTRARichard Henderson2022-10-202-0/+15
* | target/arm: update the cortex-a15 MIDR to latest revAlex Bennée2022-10-201-1/+3
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-10-1817-2795/+5795
|\
| * target/i386: remove old SSE decoderPaolo Bonzini2022-10-185-1907/+19Star
| * target/i386: move 3DNow to the new decoderPaolo Bonzini2022-10-186-76/+74Star
| * target/i386: Enable AVX cpuid bits when using TCGPaul Brook2022-10-181-5/+5
| * target/i386: implement VLDMXCSR/VSTMXCSRPaolo Bonzini2022-10-182-0/+45
| * target/i386: implement XSAVE and XRSTOR of AVX registersPaolo Bonzini2022-10-181-3/+75
| * target/i386: reimplement 0x0f 0x28-0x2f, add AVXPaolo Bonzini2022-10-183-0/+185
| * target/i386: reimplement 0x0f 0x10-0x17, add AVXPaolo Bonzini2022-10-185-0/+264
| * target/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, add AVXPaolo Bonzini2022-10-183-0/+81
| * target/i386: reimplement 0x0f 0x38, add AVXPaolo Bonzini2022-10-186-8/+524
| * target/i386: Use tcg gvec ops for pmovmskbRichard Henderson2022-10-181-5/+83
| * target/i386: reimplement 0x0f 0x3a, add AVXPaolo Bonzini2022-10-185-1/+491
| * target/i386: clarify (un)signedness of immediates from 0F3Ah opcodesPaolo Bonzini2022-10-182-5/+5
| * target/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7, 0xf0-0xf7, add AVXPaolo Bonzini2022-10-184-11/+122
| * target/i386: reimplement 0x0f 0x70-0x77, add AVXPaolo Bonzini2022-10-183-6/+293
| * target/i386: reimplement 0x0f 0x78-0x7f, add AVXPaolo Bonzini2022-10-183-0/+138
| * target/i386: reimplement 0x0f 0x50-0x5f, add AVXPaolo Bonzini2022-10-183-1/+210
| * target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, add AVXPaolo Bonzini2022-10-183-1/+63
| * target/i386: reimplement 0x0f 0x60-0x6f, add AVXPaolo Bonzini2022-10-183-1/+262
| * target/i386: Introduce 256-bit vector helpersPaolo Bonzini2022-10-184-0/+14