aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-01hw/arm/armv7m: Create input clocksPeter Maydell2-0/+29
2021-09-01hw/timer/armv7m_systick: Add input clocksPeter Maydell2-2/+15
2021-09-01hw/timer/armv7m_systick: Add usual QEMU interface commentPeter Maydell1-0/+7
2021-09-01arm: Move system PPB container handling to armv7mPeter Maydell4-145/+107
2021-09-01arm: Move systick device creation from NVIC to ARMv7M objectPeter Maydell4-77/+137
2021-09-01arm: Move M-profile RAS register block into its own devicePeter Maydell8-57/+148
2021-09-01tests/arm-cpu-features: Add A64FX processor related testsShuuichirou Ishii1-0/+13
2021-09-01hw/arm/virt: target-arm: Add A64FX processor support to virt machineShuuichirou Ishii2-0/+2
2021-09-01target-arm: Add support for Fujitsu A64FXShuuichirou Ishii1-0/+48
2021-09-01target/arm: Enable MVE in Cortex-M55Peter Maydell1-5/+2
2021-09-01target/arm: Implement MVE VRINT insnsPeter Maydell4-0/+93
2021-09-01target/arm: Implement MVE VCVT between single and half precisionPeter Maydell4-0/+108
2021-09-01target/arm: Implement MVE VCVT with specified rounding modePeter Maydell4-0/+105
2021-09-01target/arm: Implement MVE VCVT between fp and integerPeter Maydell2-0/+39
2021-09-01target/arm: Implement MVE VCVT between floating and fixed pointPeter Maydell4-0/+82
2021-09-01target/arm: Implement MVE fp scalar comparisonsPeter Maydell4-24/+131
2021-09-01target/arm: Implement MVE fp vector comparisonsPeter Maydell4-6/+137
2021-09-01target/arm: Implement MVE FP max/min across vectorPeter Maydell4-6/+102
2021-09-01softfloat: Remove assertion preventing silencing of NaN in default-NaN modePeter Maydell1-1/+0
2021-09-01target/arm: Implement MVE fp-with-scalar VFMA, VFMASPeter Maydell4-3/+56
2021-09-01target/arm: Implement MVE scalar fp insnsPeter Maydell4-6/+85
2021-09-01target/arm: Implement MVE VMAXNMA and VMINNMAPeter Maydell4-0/+42
2021-09-01target/arm: Implement MVE VCMUL and VCMLAPeter Maydell4-8/+139
2021-09-01target/arm: Implement MVE VFMA and VFMSPeter Maydell4-0/+48
2021-09-01target/arm: Implement MVE VCADDPeter Maydell4-1/+57
2021-09-01target/arm: Implement MVE VSUB, VMUL, VABD, VMAXNM, VMINNMPeter Maydell4-0/+42
2021-09-01target/arm: Implement MVE VADD (floating-point)Peter Maydell6-6/+76
2021-09-01hw: Add compat machines for 6.2Yanan Wang9-6/+71
2021-09-01hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleansPhilippe Mathieu-Daudé1-95/+106
2021-09-01hw/intc/arm_gicv3_dist: Rename 64-bit accessors with 'q' suffixPhilippe Mathieu-Daudé1-6/+6
2021-09-01hw/arm/raspi: Remove deprecated raspi2/raspi3 aliasesPhilippe Mathieu-Daudé3-9/+7
2021-09-01tests: Remove uses of deprecated raspi2/raspi3 machine namesPhilippe Mathieu-Daudé7-32/+32
2021-09-01Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell24-1381/+1240
2021-09-01target/riscv: Use {get,dest}_gpr for RVVRichard Henderson2-61/+26
2021-09-01target/riscv: Tidy trans_rvh.c.incRichard Henderson2-210/+57
2021-09-01target/riscv: Use {get,dest}_gpr for RVDRichard Henderson1-65/+60
2021-09-01target/riscv: Use {get,dest}_gpr for RVFRichard Henderson1-76/+70
2021-09-01target/riscv: Use gen_shift_imm_fn for slli_uwRichard Henderson1-13/+6
2021-09-01target/riscv: Use {get,dest}_gpr for RVARichard Henderson1-28/+19
2021-09-01target/riscv: Reorg csr instructionsRichard Henderson3-66/+132
2021-09-01target/riscv: Fix hgeie, hgeipRichard Henderson1-18/+8
2021-09-01target/riscv: Fix rmw_sip, rmw_vsip, rmw_hsip vs write-only operationRichard Henderson1-8/+15
2021-09-01target/riscv: Use {get, dest}_gpr for integer load/storeRichard Henderson1-18/+20
2021-09-01target/riscv: Use get_gpr in branchesRichard Henderson1-15/+10
2021-09-01target/riscv: Use extracts for sraiw and srliwRichard Henderson1-2/+12
2021-09-01target/riscv: Use DisasExtend in shift operationsRichard Henderson3-202/+125
2021-09-01target/riscv: Add DisasExtend to gen_unaryRichard Henderson2-23/+15
2021-09-01target/riscv: Move gen_* helpers for RVBRichard Henderson2-233/+234
2021-09-01target/riscv: Move gen_* helpers for RVMRichard Henderson2-127/+127
2021-09-01target/riscv: Use gen_arith for mulh and mulhuRichard Henderson1-22/+18