summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-01hw/arm/armv7m: Create input clocksPeter Maydell
2021-09-01hw/timer/armv7m_systick: Add input clocksPeter Maydell
2021-09-01hw/timer/armv7m_systick: Add usual QEMU interface commentPeter Maydell
2021-09-01arm: Move system PPB container handling to armv7mPeter Maydell
2021-09-01arm: Move systick device creation from NVIC to ARMv7M objectPeter Maydell
2021-09-01arm: Move M-profile RAS register block into its own devicePeter Maydell
2021-09-01tests/arm-cpu-features: Add A64FX processor related testsShuuichirou Ishii
2021-09-01hw/arm/virt: target-arm: Add A64FX processor support to virt machineShuuichirou Ishii
2021-09-01target-arm: Add support for Fujitsu A64FXShuuichirou Ishii
2021-09-01target/arm: Enable MVE in Cortex-M55Peter Maydell
2021-09-01target/arm: Implement MVE VRINT insnsPeter Maydell
2021-09-01target/arm: Implement MVE VCVT between single and half precisionPeter Maydell
2021-09-01target/arm: Implement MVE VCVT with specified rounding modePeter Maydell
2021-09-01target/arm: Implement MVE VCVT between fp and integerPeter Maydell
2021-09-01target/arm: Implement MVE VCVT between floating and fixed pointPeter Maydell
2021-09-01target/arm: Implement MVE fp scalar comparisonsPeter Maydell
2021-09-01target/arm: Implement MVE fp vector comparisonsPeter Maydell
2021-09-01target/arm: Implement MVE FP max/min across vectorPeter Maydell
2021-09-01softfloat: Remove assertion preventing silencing of NaN in default-NaN modePeter Maydell
2021-09-01target/arm: Implement MVE fp-with-scalar VFMA, VFMASPeter Maydell
2021-09-01target/arm: Implement MVE scalar fp insnsPeter Maydell
2021-09-01target/arm: Implement MVE VMAXNMA and VMINNMAPeter Maydell
2021-09-01target/arm: Implement MVE VCMUL and VCMLAPeter Maydell
2021-09-01target/arm: Implement MVE VFMA and VFMSPeter Maydell
2021-09-01target/arm: Implement MVE VCADDPeter Maydell
2021-09-01target/arm: Implement MVE VSUB, VMUL, VABD, VMAXNM, VMINNMPeter Maydell
2021-09-01target/arm: Implement MVE VADD (floating-point)Peter Maydell
2021-09-01hw: Add compat machines for 6.2Yanan Wang
2021-09-01hw/intc/arm_gicv3: Replace mis-used MEMTX_* constants by booleansPhilippe Mathieu-Daudé
2021-09-01hw/intc/arm_gicv3_dist: Rename 64-bit accessors with 'q' suffixPhilippe Mathieu-Daudé
2021-09-01hw/arm/raspi: Remove deprecated raspi2/raspi3 aliasesPhilippe Mathieu-Daudé
2021-09-01tests: Remove uses of deprecated raspi2/raspi3 machine namesPhilippe Mathieu-Daudé
2021-09-01Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell
2021-09-01target/riscv: Use {get,dest}_gpr for RVVRichard Henderson
2021-09-01target/riscv: Tidy trans_rvh.c.incRichard Henderson
2021-09-01target/riscv: Use {get,dest}_gpr for RVDRichard Henderson
2021-09-01target/riscv: Use {get,dest}_gpr for RVFRichard Henderson
2021-09-01target/riscv: Use gen_shift_imm_fn for slli_uwRichard Henderson
2021-09-01target/riscv: Use {get,dest}_gpr for RVARichard Henderson
2021-09-01target/riscv: Reorg csr instructionsRichard Henderson
2021-09-01target/riscv: Fix hgeie, hgeipRichard Henderson
2021-09-01target/riscv: Fix rmw_sip, rmw_vsip, rmw_hsip vs write-only operationRichard Henderson
2021-09-01target/riscv: Use {get, dest}_gpr for integer load/storeRichard Henderson
2021-09-01target/riscv: Use get_gpr in branchesRichard Henderson
2021-09-01target/riscv: Use extracts for sraiw and srliwRichard Henderson
2021-09-01target/riscv: Use DisasExtend in shift operationsRichard Henderson
2021-09-01target/riscv: Add DisasExtend to gen_unaryRichard Henderson
2021-09-01target/riscv: Move gen_* helpers for RVBRichard Henderson
2021-09-01target/riscv: Move gen_* helpers for RVMRichard Henderson
2021-09-01target/riscv: Use gen_arith for mulh and mulhuRichard Henderson