aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2022-10-18target/i386: Introduce 256-bit vector helpersPaolo Bonzini
2022-10-18target/i386: implement additional AVX comparison operatorsPaolo Bonzini
2022-10-18target/i386: provide 3-operand versions of unary scalar helpersPaolo Bonzini
2022-10-18target/i386: support operand merging in binary scalar helpersPaolo Bonzini
2022-10-18target/i386: extend helpers to support VEX.V 3- and 4- operand encodingsPaolo Bonzini
2022-10-18target/i386: Prepare ops_sse_header.h for 256 bit AVXPaul Brook
2022-10-18target/i386: move scalar 0F 38 and 0F 3A instruction to new decoderPaolo Bonzini
2022-10-18target/i386: validate SSE prefixes directly in the decoding tablePaolo Bonzini
2022-10-18target/i386: validate VEX prefixes via the instructions' exception classesPaolo Bonzini
2022-10-18target/i386: add AVX_EN hflagPaul Brook
2022-10-18target/i386: add CPUID feature checks to new decoderPaolo Bonzini
2022-10-18target/i386: add CPUID[EAX=7,ECX=0].ECX to DisasContextPaolo Bonzini
2022-10-18target/i386: add ALU load/writeback corePaolo Bonzini
2022-10-18target/i386: add core of new i386 decoderPaolo Bonzini
2022-10-18target/i386: make rex_w available even in 32-bit modePaolo Bonzini
2022-10-18target/i386: make ldo/sto operations consistent with ldqPaolo Bonzini
2022-10-18target/i386: Define XMMReg and access macros, align ZMM registersRichard Henderson
2022-10-18target/i386: Use probe_access_full for final stage2 translationRichard Henderson
2022-10-18target/i386: Use atomic operations for pte updatesRichard Henderson
2022-10-18target/i386: Combine 5 sets of variables in mmu_translateRichard Henderson
2022-10-18target/i386: Use MMU_NESTED_IDX for vmload/vmsaveRichard Henderson
2022-10-18target/i386: Add MMU_PHYS_IDX and MMU_NESTED_IDXRichard Henderson
2022-10-18target/i386: Reorg GET_HPHYSRichard Henderson
2022-10-18target/i386: Introduce structures for mmu_translateRichard Henderson
2022-10-18target/i386: Direct call get_hphys from mmu_translateRichard Henderson
2022-10-18target/i386: Use MMUAccessType across excp_helper.cRichard Henderson
2022-10-18target/i386: Save and restore pc_save before tcg_remove_ops_afterRichard Henderson
2022-10-18target/i386: Use device_cold_reset() to reset the APICPeter Maydell
2022-10-18hyperv: fix SynIC SINT assertion failure on guest resetMaciej S. Szmigiero
2022-10-17target/ppc: Fix xvcmp* clearing FI bitVĂ­ctor Colombo
2022-10-17target/ppc: restore powerpc_excp_booke doorbell interruptsNicholas Piggin
2022-10-17target/loongarch: Fix fnm{sub/add}_{s/d} set wrong flagsSong Gao
2022-10-17target/loongarch: bstrins.w src register need EXT_NONESong Gao
2022-10-14target/riscv: pmp: Fixup TLB size calculationAlistair Francis
2022-10-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-10-12Merge tag 'pull-target-arm-20221010' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2022-10-11linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstatePaolo Bonzini
2022-10-11KVM: x86: Implement MSR_CORE_THREAD_COUNT MSRAlexander Graf
2022-10-11i386: kvm: Add support for MSR filteringAlexander Graf
2022-10-11x86: Implement MSR_CORE_THREAD_COUNT MSRAlexander Graf
2022-10-11target/i386: Enable TARGET_TB_PCRELRichard Henderson
2022-10-11target/i386: Inline gen_jmp_imRichard Henderson
2022-10-11target/i386: Add cpu_eipRichard Henderson
2022-10-11target/i386: Create eip_cur_tlRichard Henderson
2022-10-11target/i386: Merge gen_jmp_tb and gen_goto_tb into gen_jmp_relRichard Henderson
2022-10-11target/i386: Remove MemOp argument to gen_op_j*_ecxRichard Henderson
2022-10-11target/i386: Use gen_jmp_rel for DISAS_TOO_MANYRichard Henderson
2022-10-11target/i386: Use gen_jmp_rel for gen_jccRichard Henderson
2022-10-11target/i386: Use gen_jmp_rel for loop, repz, jecxz insnsRichard Henderson
2022-10-11target/i386: Create gen_jmp_relRichard Henderson