aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-12-20target/riscv/kvm: consider irqchip_split() in aia_create()Daniel Henrique Barboza1-15/+23
2024-12-20target/riscv: Add Tenstorrent Ascalon CPUAnton Blanchard2-0/+68
2024-12-17target/arm: Enable FEAT_XS for the max cpuManos Pitsidianakis1-0/+1
2024-12-17target/arm: Add decodetree entry for DSB nXS variantManos Pitsidianakis2-0/+12
2024-12-17target/arm: Add ARM_CP_ADD_TLBI_NXS type flag to TLBI insnsPeter Maydell1-78/+124
2024-12-17target/arm: Add ARM_CP_ADD_TLBI_NXS type flag for NXS insnsPeter Maydell2-0/+33
2024-12-17target/arm: Implement fine-grained-trap handling for FEAT_XSPeter Maydell4-32/+61
2024-12-17target/arm: Use float_status in helper_vfp_fcvt{ds,sd}Richard Henderson4-13/+18
2024-12-17target/arm: Use float_status in helper_fcvtx_f64_to_f32Richard Henderson3-4/+3
2024-12-17target/arm: Convert neon_helper.c to use env aliasRichard Henderson2-32/+30
2024-12-17target/arm: Convert vec_helper.c to use env aliasRichard Henderson3-21/+14
2024-12-17target/arm: Convert sme_helper.c to fpst aliasRichard Henderson2-6/+6
2024-12-17target/arm: Convert sve_helper.c to fpst aliasRichard Henderson2-252/+258
2024-12-17target/arm: Convert neon_helper.c to fpst aliasRichard Henderson2-21/+14
2024-12-17target/arm: Convert vec_helper.c to fpst aliasRichard Henderson4-199/+191
2024-12-17target/arm: Convert helper-a64.c to fpst aliasRichard Henderson2-112/+80
2024-12-17target/arm: Convert vfp_helper.c to fpst aliasRichard Henderson2-210/+194
2024-12-17target/arm: remove redundant codeDenis Rastyogin1-2/+0
2024-12-15target/sparc: Constify all Property and PropertyInfoRichard Henderson1-2/+2
2024-12-15target/s390x: Constify all PropertyRichard Henderson1-1/+1
2024-12-15target/riscv: Constify all PropertyRichard Henderson1-1/+1
2024-12-15target/mips: Constify all PropertyRichard Henderson1-1/+1
2024-12-15target/microblaze: Constify all PropertyRichard Henderson1-1/+1
2024-12-15target/i386: Constify all PropertyRichard Henderson1-2/+2
2024-12-15target/hexagon: Constify all PropertyRichard Henderson1-1/+1
2024-12-15target/avr: Constify all PropertyRichard Henderson1-1/+1
2024-12-15target/arm: Constify all PropertyRichard Henderson3-17/+17
2024-12-14Merge tag 'pull-target-arm-20241213' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi17-5414/+3999
2024-12-14Merge tag 'pull-hex-20241212' of https://github.com/quic/qemu into stagingStefan Hajnoczi24-294/+147
2024-12-13target/arm: Simplify condition for tlbi_el2_cp_reginfo[]Peter Maydell1-3/+1
2024-12-13target/arm: Move RME TLB insns to tlb-insns.cPeter Maydell2-38/+45
2024-12-13target/arm: Move small helper functions to tlb-insns.cPeter Maydell3-254/+220
2024-12-13target/arm: Move the TLBI OS insns to tlb-insns.c.Peter Maydell2-80/+80
2024-12-13target/arm: Move TLBI range insnsPeter Maydell3-328/+333
2024-12-13target/arm: Move AArch64 EL3 TLBI insnsPeter Maydell3-52/+62
2024-12-13target/arm: Move the AArch64 EL2 TLBI insnsPeter Maydell3-55/+62
2024-12-13target/arm: Move AArch64 TLBI insns from v8_cp_reginfo[]Peter Maydell3-171/+182
2024-12-13target/arm: Move TLBI insns for AArch32 EL2 to tlbi_insn_helper.cPeter Maydell4-77/+92
2024-12-13target/arm: Move some TLBI insns to their own source filePeter Maydell6-220/+280
2024-12-13target/arm: Use float_round_to_odd in helper_fcvtx_f64_to_f32Richard Henderson1-15/+5
2024-12-13target/arm: Convert FCVTL to decodetreeRichard Henderson2-186/+18
2024-12-13target/arm: Convert URECPE and URSQRTE to decodetreeRichard Henderson2-134/+8
2024-12-13target/arm: Introduce gen_gvec_urecpe, gen_gvec_ursqrteRichard Henderson5-2/+48
2024-12-13target/arm: Convert FRECPE, FRECPX, FRSQRTE to decodetreeRichard Henderson2-291/+53
2024-12-13target/arm: Convert handle_2misc_fcmp_zero to decodetreeRichard Henderson4-150/+138
2024-12-13target/arm: Convert FCVT* (vector, integer) to decodetreeRichard Henderson6-188/+102
2024-12-13target/arm: Convert FCVTZ[SU] (vector, fixed-point) to decodetreeRichard Henderson5-146/+32
2024-12-13target/arm: Convert [US]CVTF (vector) to decodetreeRichard Henderson4-168/+67
2024-12-13target/arm: Rename helper_gvec_vcvt_[hf][su] with _rzRichard Henderson3-12/+12
2024-12-13target/arm: Convert [US]CVTF (vector, fixed-point) scalar to decodetreeRichard Henderson2-47/+8