aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
7 daystarget/i386: fix hang when using slow path for ptw_setlPierrick Bouvier
7 daystarget/arm: Drop user-only special case in sve_stN_rRichard Henderson
11 daystarget/i386: Fix legacy page table walkAlexander Graf
2024-11-10target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)Peter Maydell
2024-11-10target/arm: Add new MMU indexes for AArch32 Secure PL1&0Peter Maydell
2024-11-10Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"Peter Maydell
2024-11-10target/ppc: Fix mtDPDES targeting SMT siblingsNicholas Piggin
2024-11-10target/ppc: Set ctx->opcode for decode_insn32()Ilya Leoshkevich
2024-11-10target/riscv: Fix vcompress with rvv_ta_all_1sAnton Blanchard
2024-11-10target/riscv/kvm: clarify how 'riscv-aia' default worksDaniel Henrique Barboza
2024-11-10target/riscv/kvm: set 'aia_mode' to default in error pathDaniel Henrique Barboza
2024-11-10target/riscv: Set vtype.vill on CPU resetRob Bradford
2024-11-10target/riscv: Correct SXL return value for RV32 in RV64 QEMUTANG Tiancheng
2024-11-10target/riscv/csr.c: Fix an access to VXSATEvgenii Prokopiev
2024-11-10target/arm: Don't assert in regime_is_user() for E10 mmuidx valuesPeter Maydell
2024-11-10target/i386: Use probe_access_full_mmu in ptw_translateRichard Henderson
2024-11-10target/i386: Walk NPT in guest real modeAlexander Graf
2024-10-10target/m68k: Always return a temporary from gen_lea_modeRichard Henderson
2024-10-02target/arm: Avoid target_ulong for physical address lookupsArd Biesheuvel
2024-09-28target/ppc: Fix lxvx/stxvx facility checkFabiano Rosas
2024-09-20target/arm: Correct ID_AA64ISAR1_EL1 value for neoverse-v1Peter Maydell
2024-09-06target/ppc: Fix migration of CPUs with TLB_EMB TLB typeArman Nabiev
2024-09-05target/hppa: Fix PSW V-bit packaging in cpu_hppa_get for hppa64Helge Deller
2024-08-28target/sparc: Restrict STQF to sparcv9Richard Henderson
2024-08-28target/hexagon: don't look for static glibAlyssa Ross
2024-08-28target/arm: Fix usage of MMU indexes when EL3 is AArch32Peter Maydell
2024-08-28target/arm: Update translation regime comment for new featuresPeter Maydell
2024-08-28target/arm: Clear high SVE elements in handle_vec_simd_wshliRichard Henderson
2024-08-28target/i386: Do not apply REX to MMX operandsRichard Henderson
2024-08-28target/i386: Fix VSIB decodeRichard Henderson
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-07-26target/loongarch: Fix helper_lddir() a CID INTEGER_OVERFLOW issueSong Gao
2024-07-19hvf: arm: Do not advance PC when raising an exceptionAkihiko Odaki
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-19target/arm: LDAPR should honour SCTLR_ELx.nAAPeter Maydell
2024-07-19target/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