index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
riscv
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2022-10-26
1
-2
/
+7
|
\
|
*
target/riscv: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2022-10-26
1
-2
/
+7
*
|
treewide: Remove the unnecessary space before semicolon
Bin Meng
2022-10-24
1
-1
/
+1
|
/
*
target/riscv: pmp: Fixup TLB size calculation
Alistair Francis
2022-10-14
1
-0
/
+12
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2022-10-13
1
-0
/
+4
|
\
|
*
kvm: allow target-specific accelerator properties
Paolo Bonzini
2022-10-10
1
-0
/
+4
*
|
dump: Replace opaque DumpState pointer with a typed one
Janosch Frank
2022-10-06
2
-6
/
+4
|
/
*
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
2022-10-04
1
-2
/
+2
*
hw/core: Add CPUClass.get_pc
Richard Henderson
2022-10-04
1
-0
/
+13
*
target/riscv: rvv-1.0: vf[w]redsum distinguish between ordered/unordered
Yang Liu
2022-09-27
4
-15
/
+31
*
target/riscv: rvv-1.0: Simplify vfwredsum code
Yang Liu
2022-09-27
1
-46
/
+10
*
target/riscv: debug: Add initial support of type 6 trigger
Frank Chang
2022-09-27
2
-4
/
+188
*
target/riscv: debug: Check VU/VS modes for type 2 trigger
Frank Chang
2022-09-27
1
-0
/
+10
*
target/riscv: debug: Create common trigger actions function
Frank Chang
2022-09-27
2
-2
/
+70
*
target/riscv: debug: Introduce tinfo CSR
Frank Chang
2022-09-27
4
-3
/
+18
*
target/riscv: debug: Restrict the range of tselect value can be written
Frank Chang
2022-09-27
1
-6
/
+3
*
target/riscv: debug: Introduce tdata1, tdata2, and tdata3 CSRs
Frank Chang
2022-09-27
4
-88
/
+48
*
target/riscv: debug: Introduce build_tdata1() to build tdata1 register content
Frank Chang
2022-09-27
2
-5
/
+12
*
target/riscv: debug: Determine the trigger type from tdata1.type
Frank Chang
2022-09-27
5
-67
/
+140
*
target/riscv: Check the correct exception cause in vector GDB stub
Frank Chang
2022-09-26
1
-2
/
+2
*
target/riscv: Set the CPU resetvec directly
Alistair Francis
2022-09-26
3
-15
/
+7
*
target/riscv: remove fflags, frm, and fcsr from riscv-*-fpu.xml
Andrew Burgess
2022-09-26
1
-30
/
+2
*
target/riscv: fix csr check for cycle{h}, instret{h}, time{h}, hpmcounter3-31{h}
Weiwei Li
2022-09-26
1
-4
/
+9
*
target/riscv: Remove sideleg and sedeleg
Rahul Pathak
2022-09-26
1
-2
/
+0
*
target/riscv: Honour -semihosting-config userspace=on and enable=on
Peter Maydell
2022-09-13
3
-7
/
+6
*
target/riscv: Update the privilege field for sscofpmf CSRs
Atish Patra
2022-09-07
1
-30
/
+60
*
hw/riscv: virt: Add PMU DT node to the device tree
Atish Patra
2022-09-07
2
-0
/
+58
*
target/riscv: Add few cache related PMU events
Atish Patra
2022-09-07
1
-0
/
+25
*
target/riscv: Simplify counter predicate function
Atish Patra
2022-09-07
1
-101
/
+9
*
target/riscv: Add sscofpmf extension support
Atish Patra
2022-09-07
7
-11
/
+623
*
target/riscv: Add vstimecmp support
Atish Patra
2022-09-07
6
-6
/
+118
*
target/riscv: Add stimecmp support
Atish Patra
2022-09-07
8
-1
/
+235
*
hw/intc: Move mtimer/mtimecmp to aclint
Atish Patra
2022-09-07
2
-5
/
+2
*
target/riscv: Use official extension names for AIA CSRs
Anup Patel
2022-09-07
4
-14
/
+26
*
target/riscv: Add xicondops in ISA entry
Rahul Pathak
2022-09-07
1
-0
/
+1
*
target/riscv: Remove additional priv version check for mcountinhibit
Atish Patra
2022-09-07
1
-8
/
+0
*
target/riscv: Fix priority of csr related check in riscv_csrrw_check
Weiwei Li
2022-09-07
1
-19
/
+25
*
target/riscv: Add Zihintpause support
Dao Lu
2022-09-07
4
-1
/
+25
*
target/riscv: rvv: Add option 'rvv_ma_all_1s' to enable optional mask agnosti...
eopXD
2022-09-07
1
-0
/
+1
*
target/riscv: rvv: Add mask agnostic for vector permutation instructions
Yueh-Ting (eop) Chen
2022-09-07
2
-2
/
+25
*
target/riscv: rvv: Add mask agnostic for vector mask instructions
Yueh-Ting (eop) Chen
2022-09-07
2
-0
/
+14
*
target/riscv: rvv: Add mask agnostic for vector floating-point instructions
Yueh-Ting (eop) Chen
2022-09-07
2
-0
/
+38
*
target/riscv: rvv: Add mask agnostic for vector fix-point arithmetic instruct...
Yueh-Ting (eop) Chen
2022-09-07
1
-10
/
+16
*
target/riscv: rvv: Add mask agnostic for vector integer comparison instructions
Yueh-Ting (eop) Chen
2022-09-07
2
-0
/
+11
*
target/riscv: rvv: Add mask agnostic for vector integer shift instructions
Yueh-Ting (eop) Chen
2022-09-07
2
-0
/
+8
*
target/riscv: rvv: Add mask agnostic for vx instructions
Yueh-Ting (eop) Chen
2022-09-07
2
-0
/
+5
*
target/riscv: rvv: Add mask agnostic for vector load / store instructions
Yueh-Ting (eop) Chen
2022-09-07
2
-11
/
+29
*
target/riscv: rvv: Add mask agnostic for vv instructions
Yueh-Ting (eop) Chen
2022-09-07
6
-2
/
+20
*
target/riscv: Fix typo and restore Pointer Masking functionality for RISC-V
Alexey Baturo
2022-09-07
1
-1
/
+1
*
target/riscv: Simplify the check in hmode to reuse the check in riscv_csrrw_c...
Weiwei Li
2022-09-07
1
-13
/
+5
[next]