aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-08-28target/arm: Handle denormals correctly for FMOPA (widening)Peter Maydell
2024-08-28target/arm: Ignore SMCR_EL2.LEN and SVCR_EL2.LEN if EL2 is not enabledPeter Maydell
2024-08-28target/arm: Avoid shifts by -1 in tszimm_shr() and tszimm_shl()Peter Maydell
2024-08-28target/arm: Fix UMOPA/UMOPS of 16-bit valuesPeter Maydell
2024-08-28target/arm: Don't assert for 128-bit tile accesses when SVL is 128Peter Maydell
2024-08-28target/rx: Use target_ulong for address in LIRichard Henderson
2024-08-27hvf: arm: Do not advance PC when raising an exceptionAkihiko Odaki
2024-08-27target/arm: Use FPST_F16 for SME FMOPA (widening)Richard Henderson
2024-08-27target/arm: Use float_status copy in sme_fmopa_sDaniyal Khan
2024-08-27target/arm: LDAPR should honour SCTLR_ELx.nAAPeter Maydell
2024-08-27target/arm: Fix handling of LDAPR/STLR with negative offsetPeter Maydell
2024-07-02target/arm: Fix FJCVTZS vs flush-to-zeroRichard Henderson
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-20target/sparc: use signed denominator in sdiv helperClément Chigot
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-05target/riscv/kvm.c: Fix the hart bit setting of AIAYong-Xuan Wang
2024-06-05target/riscv: rvzicbo: Fixup CBO extension register calculationAlistair Francis
2024-06-05target/riscv: do not set mtval2 for non guest-page faultsAlexei Filippov
2024-06-05target/riscv: prioritize pmp errors in raise_mmu_exception()Daniel Henrique Barboza
2024-06-05target/riscv: rvv: Remove redudant SEW checking for vector fp narrow/widen in...Max Chou
2024-06-05target/riscv: rvv: Check single width operator for vfncvt.rod.f.f.wMax Chou
2024-06-05target/riscv: rvv: Check single width operator for vector fp widen instructionsMax Chou
2024-06-05target/riscv: rvv: Fix Zvfhmin checking for vfwcvt.f.f.v and vfncvt.f.f.w ins...Max Chou
2024-06-05target/riscv/cpu.c: fix Zvkb extension configYangyu Chen
2024-06-05target/riscv: Fix the element agnostic function problemHuang Tao
2024-06-05target/riscv/kvm: tolerate KVM disable ext errorsDaniel Henrique Barboza
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: fix feature dependency for WAITPKGPaolo Bonzini
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-13target/sparc: Fix FMUL8x16Richard Henderson
2024-05-13target/sparc: Fix FEXPANDRichard Henderson
2024-05-13target/i386: Give IRQs a chance when resetting HF_INHIBIT_IRQ_MASKRuihan Li
2024-05-04target/sh4: Fix SUBV opcodePhilippe Mathieu-Daudé
2024-05-04target/sh4: Fix ADDV opcodePhilippe Mathieu-Daudé
2024-04-30target/loongarch/cpu.c: typo fix: expectionMichael Tokarev
2024-04-27target/riscv/kvm: change timer regs size to u64Daniel Henrique Barboza
2024-04-27target/riscv/kvm: change KVM_REG_RISCV_FP_D to u64Daniel Henrique Barboza
2024-04-27target/riscv/kvm: change KVM_REG_RISCV_FP_F to u32Daniel Henrique Barboza
2024-04-10target/m68k: Map FPU exceptions to FPSR registerKeith Packard
2024-04-10target/sh4: add missing CHECK_NOT_DELAY_SLOTZack Buhman
2024-04-10target/sh4: Fix mac.w with saturation enabledZack Buhman