aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-09-12target/i386: Do not apply REX to MMX operandsRichard Henderson
2024-08-02target/arm: Handle denormals correctly for FMOPA (widening)Peter Maydell
2024-08-02target/arm: Ignore SMCR_EL2.LEN and SVCR_EL2.LEN if EL2 is not enabledPeter Maydell
2024-08-02target/arm: Avoid shifts by -1 in tszimm_shr() and tszimm_shl()Peter Maydell
2024-08-02target/arm: Fix UMOPA/UMOPS of 16-bit valuesPeter Maydell
2024-08-02target/arm: Don't assert for 128-bit tile accesses when SVL is 128Peter Maydell
2024-07-30target/rx: Use target_ulong for address in LIRichard Henderson
2024-07-19target/arm: Use FPST_F16 for SME FMOPA (widening)Richard Henderson
2024-07-19target/arm: Use float_status copy in sme_fmopa_sDaniyal Khan
2024-07-02target/arm: Fix VCMLA Dd, Dn, Dm[idx]Richard Henderson
2024-07-01i386/cpu: fixup number of addressable IDs for processor cores in the physical...Chuang Xu
2024-06-11target/i386: fix size of EBP writeback in gen_enter()Mark Cave-Ayland
2024-06-07target/loongarch: fix a wrong print in cpu dumplanyanzhi
2024-06-06target/i386: fix SSE and SSE2 feature checkXinyu Li
2024-06-06target/i386: fix xsave.flat from kvm-unit-testsPaolo Bonzini
2024-06-01target/arm: Disable SVE extensions when SVE is disabledMarcin Juszkiewicz
2024-05-30hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registersZenghui Yu
2024-05-27target/i386: no single-step exception after MOV or POP SSPaolo Bonzini
2024-05-27target/i386: disable jmp_opt if EFLAGS.RF is 1Paolo Bonzini
2024-05-27target-i386: hyper-v: Correct kvm_hv_handle_exit return valuedonsheng
2024-05-27target/i386: rdpkru/wrpkru are no-prefix instructionsPaolo Bonzini
2024-05-27target/i386: fix operand size for DATA16 REX.W POPCNTPaolo Bonzini
2024-05-09target/i386: Give IRQs a chance when resetting HF_INHIBIT_IRQ_MASKRuihan Li
2024-04-10target/sh4: add missing CHECK_NOT_DELAY_SLOTZack Buhman
2024-04-09target/hppa: Clear psw_n for BE on use_nullify_skip pathRichard Henderson
2024-04-09target/loongarch: Fix qemu-system-loongarch64 assert failed with the option '...Song Gao
2024-04-09target/i386: Revert monitor_puts() in do_inject_x86_mce()Tao Su
2024-04-09target/i386: fix direction of "32-bit MMU" testPaolo Bonzini
2024-04-09target/i386: use separate MMU indexes for 32-bit accessesPaolo Bonzini
2024-03-21target/i386: introduce function to query MMU indicesPaolo Bonzini
2024-03-13target/arm: Fix SME full tile indexingRichard Henderson
2024-03-13target/arm: align exposed ID registers with LinuxZhuojia Shen
2024-02-28target/i386: leave the A20 bit set in the final NPT walkPaolo Bonzini
2024-02-28target/i386: remove unnecessary/wrong application of the A20 maskPaolo Bonzini
2024-02-28target/i386: Fix physical address truncationPaolo Bonzini
2024-02-28target/i386: check validity of VMCB addressesPaolo Bonzini
2024-02-28target/i386: mask high bits of CR3 in 32-bit modePaolo Bonzini
2024-02-24target/ppc: Fix lxv/stxv MSR facility checkNicholas Piggin
2024-02-20target/i386: Generate an illegal opcode exception on cmp instructions with lo...Ziqiao Kong
2024-02-20i386/cpuid: Move leaf 7 to correct groupXiaoyao Li
2024-02-20i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1FXiaoyao Li
2024-02-20i386/cpu: Mask with XCR0/XSS mask for FEAT_XSAVE_XCR0_HI and FEAT_XSAVE_XSS_H...Xiaoyao Li
2024-02-20i386/cpu: Clear FEAT_XSAVE_XSS_LO/HI leafs when CPUID_EXT_XSAVE is not availableXiaoyao Li
2024-02-16target/arm: Don't get MDCR_EL2 in pmu_counter_enabled() before checking ARM_F...Peter Maydell
2024-02-16target/arm: Fix SVE/SME gross MTE suppression checksRichard Henderson
2024-02-16target/arm: Fix nregs computation in do_{ld,st}_zpaRichard Henderson
2024-02-03target/arm: fix exception syndrome for AArch32 bkpt insnJan Klötzke
2024-01-27target/xtensa: fix OOB TLB entry accessMax Filippov
2024-01-20target/i386: pcrel: store low bits of physical address in data[0]Paolo Bonzini
2024-01-20target/i386: fix incorrect EIP in PC-relative translation blocksguoguangyao