aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-12-20target/riscv: Check svukte is not enabled in RV32Fea.Wang1-0/+5
2024-12-20target/riscv: Expose svukte ISA extensionFea.Wang1-0/+2
2024-12-20target/riscv: Check memory access to meet svukte ruleFea.Wang1-0/+55
2024-12-20target/riscv: Support hstatus[HUKTE] bit when svukte extension is enabledFea.Wang2-0/+4
2024-12-20target/riscv: Support senvcfg[UKTE] bit when svukte extension is enabledFea.Wang2-0/+5
2024-12-20target/riscv: Add svukte extension capability variableFea.Wang1-0/+1
2024-12-20target/riscv/kvm: remove irqchip_split() restrictionDaniel Henrique Barboza1-5/+0
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-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-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