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 remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...
Peter Maydell
2021-07-12
1
-19
/
+1
|
\
|
*
target/riscv: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-19
/
+1
*
|
meson: Introduce target-specific Kconfig
Philippe Mathieu-Daudé
2021-07-09
1
-0
/
+5
|
/
*
target/riscv: gdbstub: Fix dynamic CSR XML generation
Bin Meng
2021-06-24
1
-1
/
+1
*
target/riscv: Use target_ulong for the DisasContext misa
Alistair Francis
2021-06-24
1
-1
/
+1
*
target/riscv: rvb: add b-ext version cpu option
Frank Chang
2021-06-08
2
-0
/
+26
*
target/riscv: rvb: support and turn on B-extension from command line
Kito Cheng
2021-06-08
2
-0
/
+5
*
target/riscv: rvb: add/shift with prefix zero-extend
Kito Cheng
2021-06-08
3
-0
/
+35
*
target/riscv: rvb: address calculation
Kito Cheng
2021-06-08
3
-0
/
+62
*
target/riscv: rvb: generalized or-combine
Frank Chang
2021-06-08
5
-0
/
+64
*
target/riscv: rvb: generalized reverse
Frank Chang
2021-06-08
6
-0
/
+132
*
target/riscv: rvb: rotate (left/right)
Kito Cheng
2021-06-08
3
-0
/
+81
*
target/riscv: rvb: shift ones
Kito Cheng
2021-06-08
3
-0
/
+74
*
target/riscv: rvb: single-bit instructions
Frank Chang
2021-06-08
3
-0
/
+175
*
target/riscv: add gen_shifti() and gen_shiftiw() helper functions
Frank Chang
2021-06-08
2
-50
/
+43
*
target/riscv: rvb: sign-extend instructions
Kito Cheng
2021-06-08
2
-0
/
+15
*
target/riscv: rvb: min/max instructions
Kito Cheng
2021-06-08
2
-0
/
+28
*
target/riscv: rvb: pack two words into one register
Kito Cheng
2021-06-08
3
-0
/
+78
*
target/riscv: rvb: logic-with-negate
Kito Cheng
2021-06-08
2
-0
/
+21
*
target/riscv: rvb: count bits set
Frank Chang
2021-06-08
3
-0
/
+21
*
target/riscv: rvb: count leading/trailing zeros
Kito Cheng
2021-06-08
4
-1
/
+93
*
target/riscv: reformat @sh format encoding for B-extension
Kito Cheng
2021-06-08
1
-5
/
+5
*
target/riscv: Pass the same value to oprsz and maxsz.
LIU Zhiwei
2021-06-08
1
-39
/
+50
*
target/riscv/pmp: Add assert for ePMP operations
Alistair Francis
2021-06-08
1
-0
/
+4
*
target/riscv: Dump CSR mscratch/sscratch/satp
Changbin Du
2021-06-08
1
-2
/
+5
*
target/riscv: Remove unnecessary riscv_*_names[] declaration
Bin Meng
2021-06-08
2
-4
/
+2
*
target/riscv: Do not include 'pmp.h' in user emulation
Philippe Mathieu-Daudé
2021-06-08
1
-0
/
+2
*
target/riscv: fix wfi exception behavior
Jose Martins
2021-06-08
2
-3
/
+9
*
hw/core: Constify TCGCPUOps
Richard Henderson
2021-05-27
1
-1
/
+1
*
cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-27
1
-1
/
+1
*
cpu: Move CPUClass::write_elf* to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-27
1
-2
/
+2
*
cpu: Move CPUClass::vmsd to SysemuCPUOps
Philippe Mathieu-Daudé
2021-05-27
1
-1
/
+1
*
cpu: Introduce SysemuCPUOps structure
Philippe Mathieu-Daudé
2021-05-27
1
-0
/
+8
*
cpu: Rename CPUClass vmsd -> legacy_vmsd
Philippe Mathieu-Daudé
2021-05-27
1
-2
/
+1
*
target/riscv: Fix the RV64H decode comment
Alistair Francis
2021-05-11
1
-1
/
+1
*
target/riscv: Consolidate RV32/64 16-bit instructions
Alistair Francis
2021-05-11
5
-72
/
+39
*
target/riscv: Consolidate RV32/64 32-bit instructions
Alistair Francis
2021-05-11
14
-150
/
+166
*
target/riscv: Remove an unused CASE_OP_32_64 macro
Alistair Francis
2021-05-11
1
-6
/
+0
*
target/riscv: Remove the unused HSTATUS_WPRI macro
Alistair Francis
2021-05-11
1
-6
/
+0
*
target/riscv: Remove the hardcoded SATP_MODE macro
Alistair Francis
2021-05-11
4
-28
/
+56
*
target/riscv: Remove the hardcoded MSTATUS_SD macro
Alistair Francis
2021-05-11
3
-14
/
+27
*
target/riscv: Remove the hardcoded HGATP_MODE macro
Alistair Francis
2021-05-11
2
-20
/
+15
*
target/riscv: Remove the hardcoded SSTATUS_SD macro
Alistair Francis
2021-05-11
2
-7
/
+8
*
target/riscv: Remove the hardcoded RVXLEN macro
Alistair Francis
2021-05-11
2
-7
/
+5
*
target/riscv: fix a typo with interrupt names
Emmanuel Blot
2021-05-11
1
-1
/
+1
*
target/riscv: fix exception index on instruction access fault
Emmanuel Blot
2021-05-11
1
-1
/
+3
*
target/riscv: fix vrgather macro index variable type bug
Frank Chang
2021-05-11
1
-2
/
+4
*
target/riscv: Add ePMP support for the Ibex CPU
Alistair Francis
2021-05-11
1
-0
/
+1
*
target/riscv/pmp: Remove outdated comment
Alistair Francis
2021-05-11
1
-4
/
+0
*
target/riscv: Add a config option for ePMP
Hou Weiying
2021-05-11
2
-0
/
+11
[next]