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.h
Age
Commit message (
Expand
)
Author
2022-10-06
dump: Replace opaque DumpState pointer with a typed one
Janosch Frank
2022-09-27
target/riscv: debug: Introduce tdata1, tdata2, and tdata3 CSRs
Frank Chang
2022-09-27
target/riscv: debug: Determine the trigger type from tdata1.type
Frank Chang
2022-09-27
target/riscv: Set the CPU resetvec directly
Alistair Francis
2022-09-07
target/riscv: Add sscofpmf extension support
Atish Patra
2022-09-07
target/riscv: Add vstimecmp support
Atish Patra
2022-09-07
target/riscv: Add stimecmp support
Atish Patra
2022-09-07
hw/intc: Move mtimer/mtimecmp to aclint
Atish Patra
2022-09-07
target/riscv: Use official extension names for AIA CSRs
Anup Patel
2022-09-07
target/riscv: Add Zihintpause support
Dao Lu
2022-09-07
target/riscv: rvv: Add mask agnostic for vv instructions
Yueh-Ting (eop) Chen
2022-09-07
target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt()
Anup Patel
2022-07-03
target/riscv: Support mcycle/minstret write operation
Atish Patra
2022-07-03
target/riscv: Add support for hpmcounters/hpmevents
Atish Patra
2022-07-03
target/riscv: Implement mcountinhibit CSR
Atish Patra
2022-07-03
target/riscv: pmu: Make number of counters configurable
Atish Patra
2022-07-03
target/riscv: pmu: Rename the counters extension to pmu
Atish Patra
2022-06-10
target/riscv: rvv: Add tail agnostic for vv instructions
eopXD
2022-06-10
target/riscv: Wake on VS-level external interrupts
Andrew Bresticker
2022-06-10
target/riscv: add support for zmmul extension v0.1
Weiwei Li
2022-05-24
target/riscv: Set [m|s]tval for both illegal and virtual instruction traps
Anup Patel
2022-05-24
target/riscv: Fix typo of mimpid cpu option
Frank Chang
2022-05-24
target/riscv: Add short-isa-string option
Tsukasa OI
2022-04-29
target/riscv: rvk: add cfg properties for zbk* and zk*
Weiwei Li
2022-04-29
target/riscv: Support configuarable marchid, mvendorid, mipid CSR values
Frank Chang
2022-04-22
target/riscv: cpu: Add a config option for native debug
Bin Meng
2022-04-22
hw/intc: Make RISC-V ACLINT mtime MMIO register writable
Frank Chang
2022-04-22
target/riscv: Add initial support for the Sdtrig extension
Bin Meng
2022-04-22
target/riscv: Allow software access to MIP SEIP
Alistair Francis
2022-04-22
target/riscv: Add *envcfg* CSRs support
Atish Patra
2022-04-22
target/riscv: Introduce privilege version field in the CSR ops.
Atish Patra
2022-04-22
target/riscv: Add the privileged spec version 1.12.0
Atish Patra
2022-04-22
target/riscv: Define simpler privileged spec version numbering
Atish Patra
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2022-04-06
Move CPU softfloat unions to cpu-float.h
Marc-André Lureau
2022-03-06
target: Use ArchCPU as interface to target CPU
Philippe Mathieu-Daudé
2022-03-06
target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro
Philippe Mathieu-Daudé
2022-03-06
target: Use CPUArchState as interface to target-specific CPU state
Philippe Mathieu-Daudé
2022-03-03
target/riscv: add cfg properties for zfinx, zdinx and zhinx{min}
Weiwei Li
2022-02-16
target/riscv: add support for svinval extension
Weiwei Li
2022-02-16
target/riscv: Ignore reserved bits in PTE for RV64
Guo Ren
2022-02-16
target/riscv: Allow users to force enable AIA CSRs in HART
Anup Patel
2022-02-16
target/riscv: Implement AIA xiselect and xireg CSRs
Anup Patel
2022-02-16
target/riscv: Implement AIA hvictl and hviprioX CSRs
Anup Patel
2022-02-16
target/riscv: Implement AIA CSRs for 64 local interrupts on RV32
Anup Patel
2022-02-16
target/riscv: Implement AIA local interrupt priorities
Anup Patel
2022-02-16
target/riscv: Allow AIA device emulation to set ireg rmw callback
Anup Patel
2022-02-16
target/riscv: Add AIA cpu feature
Anup Patel
2022-02-16
target/riscv: Allow setting CPU feature from machine/device emulation
Anup Patel
2022-02-16
target/riscv: Implement hgeie and hgeip CSRs
Anup Patel
[next]