index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
riscv
/
cpu_helper.c
Age
Commit message (
Expand
)
Author
2021-10-29
target/riscv: remove force HS exception
Jose Martins
2021-10-29
target/riscv: fix VS interrupts forwarding to HS
Jose Martins
2021-10-28
target/riscv: Implement address masking functions required for RISC-V Pointer...
Anatoly Parshintsev
2021-10-22
target/riscv: Compute mstatus.sd on demand
Richard Henderson
2021-10-22
target/riscv: Add MXL/SXL/UXL to TB_FLAGS
Richard Henderson
2021-10-22
target/riscv: Replace riscv_cpu_is_32bit with riscv_cpu_mxl
Richard Henderson
2021-10-22
target/riscv: Move cpu_get_tb_cpu_state out of line
Richard Henderson
2021-09-21
target/riscv: Backup/restore mstatus.SD bit when virtual register swapped
Frank Chang
2021-09-14
target/riscv: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
2021-05-11
target/riscv: Remove the hardcoded SATP_MODE macro
Alistair Francis
2021-05-11
target/riscv: Remove the hardcoded HGATP_MODE macro
Alistair Francis
2021-05-11
target/riscv: fix exception index on instruction access fault
Emmanuel Blot
2021-05-11
riscv: don't look at SUM when accessing memory from a debugger context
Jade Fink
2021-05-11
target/riscv: Convert the RISC-V exceptions to an enum
Alistair Francis
2021-05-11
target/riscv: Remove privilege v1.9 specific CSR related code
Atish Patra
2021-03-22
target/riscv: Add proper two-stage lookup exception detection
Georg Kotheimer
2021-03-22
target/riscv: Use background registers also for MSTATUS_MPV
Georg Kotheimer
2021-03-22
target/riscv: Adjust privilege level for HLV(X)/HSV instructions
Georg Kotheimer
2021-03-22
target/riscv: add log of PMP permission checking
Jim Shu
2021-03-22
target/riscv: propagate PMP permission to TLB page
Jim Shu
2021-03-10
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
2021-02-05
cpu: move cc->transaction_failed to tcg_ops
Claudio Fontana
2021-01-18
riscv: Add semihosting support
Keith Packard
2020-12-17
target/riscv: cpu_helper: Remove compile time XLEN checks
Alistair Francis
2020-12-17
target/riscv: Fix the bug of HLVX/HLV/HSV
Yifei Jiang
2020-11-09
target/riscv: Remove the HS_TWO_STAGE flag
Alistair Francis
2020-11-09
target/riscv: Add a virtualised MMU Mode
Alistair Francis
2020-11-03
target/riscv: Merge m/vsstatus and m/vsstatush into one uint64_t unit
Yifei Jiang
2020-10-22
target/riscv: raise exception to HS-mode at get_physical_address
Yifei Jiang
2020-10-22
target/riscv: Fix update of hstatus.GVA in riscv_cpu_do_interrupt
Georg Kotheimer
2020-10-22
target/riscv: Fix update of hstatus.SPVP
Georg Kotheimer
2020-10-22
riscv: Convert interrupt logs to use qemu_log_mask()
Alistair Francis
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-09
hw/riscv: clint: Avoid using hard-coded timebase frequency
Bin Meng
2020-09-09
target/riscv: Fix bug in getting trap cause name for trace_riscv_trap
Yifei Jiang
2020-08-25
target/riscv: Update the Hypervisor trap return/entry
Alistair Francis
2020-08-25
target/riscv: Fix the interrupt cause code
Alistair Francis
2020-08-25
target/riscv: Convert MSTATUS MTL to GVA
Alistair Francis
2020-08-25
target/riscv: Do two-stage lookups on hlv/hlvx/hsv instructions
Alistair Francis
2020-08-25
target/riscv: Allow setting a two-stage lookup in the virt status
Alistair Francis
2020-08-21
target/riscv: Change the TLB page size depends on PMP entries.
Zong Li
2020-08-21
target/riscv: Fix the translation of physical address
Zong Li
2020-06-19
target/riscv: Report errors validating 2nd-stage PTEs
Alistair Francis
2020-06-19
target/riscv: Set access as data_load when validating stage-2 PTEs
Alistair Francis
2020-06-03
target/riscv: Drop support for ISA spec version 1.09.1
Alistair Francis
2020-04-29
riscv: Fix Stage2 SV32 page table walk
Anup Patel
2020-04-29
riscv: AND stage-1 and stage-2 protection flags
Alistair Francis
2020-04-29
riscv: Don't use stage-2 PTE lookup protection flags
Alistair Francis
2020-03-16
target/riscv: Fix VS mode interrupts forwarding.
Rajnesh Kanwal
2020-02-27
target/riscv: Emulate TIME CSRs for privileged mode
Anup Patel
[next]