aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-12-19target/i386: Reset TSCs of parked vCPUs too on VM resetMaciej S. Szmigiero1-0/+15
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson9-10/+0
2024-12-19target/riscv: Do not abuse DEFINE_PROP_END_OF_LISTRichard Henderson1-6/+6
2024-12-19target/s390x: Use s390x_cpu_properties for system mode onlyRichard Henderson1-3/+3
2024-12-19target/ppc: Remove empty property listRichard Henderson1-6/+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
2024-12-13target/arm: Convert [US]CVTF (vector, integer) scalar to decodetreeRichard Henderson2-10/+31
2024-12-13target/arm: Convert FCVT* (vector, fixed-point) scalar to decodetreeRichard Henderson2-3/+20
2024-12-13target/arm: Convert FCVT* (vector, integer) scalar to decodetreeRichard Henderson2-77/+86
2024-12-13target/arm: Convert FRINT* (vector) to decodetreeRichard Henderson2-111/+85
2024-12-13target/arm: Convert FSQRT (vector) to decodetreeRichard Henderson2-19/+53
2024-12-13target/arm: Convert FABS, FNEG (vector) to decodetreeRichard Henderson2-30/+31
2024-12-13target/arm: Implement gen_gvec_fabs, gen_gvec_fnegRichard Henderson3-18/+22
2024-12-13target/arm: Convert SHLL to decodetreeRichard Henderson2-37/+40
2024-12-13target/arm: Convert FCVTXN to decodetreeRichard Henderson2-81/+24
2024-12-13target/arm: Convert FCVTN, BFCVTN to decodetreeRichard Henderson2-42/+52
2024-12-13target/arm: Convert XTN, SQXTUN, SQXTN, UQXTN to decodetreeRichard Henderson2-60/+102
2024-12-13target/arm: Introduce clear_vecRichard Henderson1-9/+12
2024-12-13target/arm: Remove helper_neon_{add,sub}l_u{16,32}Richard Henderson3-51/+11