aboutsummaryrefslogtreecommitdiff
path: root/target/riscv
AgeCommit message (Expand)AuthorFilesLines
2023-01-20target/riscv: Remove helper_set_rod_rounding_modeRichard Henderson3-10/+0
2023-01-20target/riscv: Introduce helper_set_rounding_mode_chkfrmRichard Henderson4-20/+61
2023-01-20target/riscv: Trap on writes to stimecmp from VS when hvictl.VTI=1Andrew Bresticker1-0/+6
2023-01-20target/riscv: Fix up masking of vsip/vsie accessesAndrew Bresticker1-24/+11
2023-01-20target/riscv: Use TARGET_FMT_lx for env->mhartidBin Meng1-3/+3
2023-01-20target/riscv/cpu.c: do not skip misa logic in riscv_cpu_realize()Daniel Henrique Barboza1-194/+205
2023-01-20target/riscv/cpu: set cpu->cfg in register_cpu_props()Daniel Henrique Barboza2-0/+44
2023-01-20target/riscv/cpu.c: Fix elen checkDongxue Zhang1-1/+1
2023-01-20hw/char: riscv_htif: Move registers from CPUArchState to HTIFStateBin Meng2-8/+2
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2-6/+6
2023-01-06Merge tag 'pull-riscv-to-apply-20230106' of https://github.com/alistair23/qem...Peter Maydell18-108/+874
2023-01-06RISC-V: Add Zawrs ISA extension supportChristoph Muellner5-0/+64
2023-01-06target/riscv: Clear mstatus.MPRV when leaving M-mode for priv spec 1.12+Bin Meng1-0/+6
2023-01-06target/riscv: Simplify helper_sret() a little bitBin Meng1-14/+6
2023-01-06target/riscv: Set pc_succ_insn for !rvc illegal insnRichard Henderson1-8/+4
2023-01-06target/riscv: Fix mret exception cause when no pmp rule is configuredBin Meng1-1/+1
2023-01-06target/riscv: Add some comments for sstatus CSR in riscv_cpu_dump_state()Bin Meng1-0/+4
2023-01-06target/riscv: support cache-related PMU events in virtual modeJim Shu1-1/+1
2023-01-06target/riscv: Typo fix in sstc() predicateAnup Patel1-1/+1
2023-01-06target/riscv: Add itrigger_enabled field to CPURISCVStateLIU Zhiwei4-2/+20
2023-01-06target/riscv: Enable native debug itriggerLIU Zhiwei1-0/+72
2023-01-06target/riscv: Add itrigger support when icount is enabledLIU Zhiwei4-0/+65
2023-01-06target/riscv: Add itrigger support when icount is not enabledLIU Zhiwei9-11/+131
2023-01-06target/riscv: generate virtual instruction exceptionMayuresh Chitale1-1/+7
2023-01-06target/riscv: smstateen check for h/s/envcfgMayuresh Chitale1-7/+80
2023-01-06target/riscv: Add smstateen supportMayuresh Chitale4-0/+378
2023-01-06target/riscv: Fix PMP propagation for tlbLIU Zhiwei3-70/+42
2023-01-04target/riscv: Use QEMU_IOTHREAD_LOCK_GUARD in riscv_cpu_update_mipRichard Henderson1-9/+1
2022-12-16target/riscv: Convert to 3-phase resetPeter Maydell2-6/+10
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster2-25/+9
2022-10-26Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-2/+7
2022-10-26target/riscv: Convert to tcg_ops restore_state_to_opcRichard Henderson1-2/+7
2022-10-24treewide: Remove the unnecessary space before semicolonBin Meng1-1/+1
2022-10-14target/riscv: pmp: Fixup TLB size calculationAlistair Francis1-0/+12
2022-10-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-0/+4
2022-10-10kvm: allow target-specific accelerator propertiesPaolo Bonzini1-0/+4
2022-10-06dump: Replace opaque DumpState pointer with a typed oneJanosch Frank2-6/+4
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-2/+2
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+13
2022-09-27target/riscv: rvv-1.0: vf[w]redsum distinguish between ordered/unorderedYang Liu4-15/+31
2022-09-27target/riscv: rvv-1.0: Simplify vfwredsum codeYang Liu1-46/+10
2022-09-27target/riscv: debug: Add initial support of type 6 triggerFrank Chang2-4/+188
2022-09-27target/riscv: debug: Check VU/VS modes for type 2 triggerFrank Chang1-0/+10
2022-09-27target/riscv: debug: Create common trigger actions functionFrank Chang2-2/+70
2022-09-27target/riscv: debug: Introduce tinfo CSRFrank Chang4-3/+18
2022-09-27target/riscv: debug: Restrict the range of tselect value can be writtenFrank Chang1-6/+3
2022-09-27target/riscv: debug: Introduce tdata1, tdata2, and tdata3 CSRsFrank Chang4-88/+48
2022-09-27target/riscv: debug: Introduce build_tdata1() to build tdata1 register contentFrank Chang2-5/+12
2022-09-27target/riscv: debug: Determine the trigger type from tdata1.typeFrank Chang5-67/+140
2022-09-27target/riscv: Check the correct exception cause in vector GDB stubFrank Chang1-2/+2