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
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
Move CPU softfloat unions to cpu-float.h
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
2
-3
/
+3
*
target/riscv: rvv: Add missing early exit condition for whole register load/s...
Yueh-Ting (eop) Chen
2022-04-01
1
-0
/
+5
*
target/riscv: Avoid leaking "no translation" TLB entries
Palmer Dabbelt
2022-04-01
1
-6
/
+8
*
target: Use ArchCPU as interface to target CPU
Philippe Mathieu-Daudé
2022-03-06
1
-1
/
+1
*
target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro
Philippe Mathieu-Daudé
2022-03-06
1
-3
/
+1
*
target: Use CPUArchState as interface to target-specific CPU state
Philippe Mathieu-Daudé
2022-03-06
1
-3
/
+2
*
target: Include missing 'cpu.h'
Philippe Mathieu-Daudé
2022-03-06
1
-0
/
+2
*
misc: Add missing "sysemu/cpu-timers.h" include
Philippe Mathieu-Daudé
2022-03-06
1
-0
/
+1
*
target/riscv: expose zfinx, zdinx, zhinx{min} properties
Weiwei Li
2022-03-03
1
-0
/
+5
*
target/riscv: add support for zhinx/zhinxmin
Weiwei Li
2022-03-03
4
-143
/
+296
*
target/riscv: add support for zdinx
Weiwei Li
2022-03-03
2
-78
/
+259
*
target/riscv: add support for zfinx
Weiwei Li
2022-03-03
5
-145
/
+369
*
target/riscv: hardwire mstatus.FS to zero when enable zfinx
Weiwei Li
2022-03-03
3
-6
/
+29
*
target/riscv: add cfg properties for zfinx, zdinx and zhinx{min}
Weiwei Li
2022-03-03
2
-0
/
+16
*
target/riscv: fix inverted checks for ext_zb[abcs]
Philipp Tomsich
2022-03-03
1
-4
/
+4
*
target: Add missing "qemu/timer.h" include
Philippe Mathieu-Daudé
2022-02-21
1
-0
/
+1
*
target/riscv: add support for svpbmt extension
Weiwei Li
2022-02-16
3
-1
/
+6
*
target/riscv: add support for svinval extension
Weiwei Li
2022-02-16
5
-0
/
+85
*
target/riscv: add support for svnapot extension
Weiwei Li
2022-02-16
3
-3
/
+18
*
target/riscv: add PTE_A/PTE_D/PTE_U bits check for inner PTE
Weiwei Li
2022-02-16
1
-0
/
+3
*
target/riscv: Ignore reserved bits in PTE for RV64
Guo Ren
2022-02-16
3
-1
/
+30
*
target/riscv: Allow users to force enable AIA CSRs in HART
Anup Patel
2022-02-16
2
-0
/
+6
*
target/riscv: Implement AIA IMSIC interface CSRs
Anup Patel
2022-02-16
1
-0
/
+203
*
target/riscv: Implement AIA xiselect and xireg CSRs
Anup Patel
2022-02-16
3
-0
/
+187
*
target/riscv: Implement AIA mtopi, stopi, and vstopi CSRs
Anup Patel
2022-02-16
1
-0
/
+156
*
target/riscv: Implement AIA interrupt filtering CSRs
Anup Patel
2022-02-16
1
-0
/
+23
*
target/riscv: Implement AIA hvictl and hviprioX CSRs
Anup Patel
2022-02-16
3
-1
/
+131
*
target/riscv: Implement AIA CSRs for 64 local interrupts on RV32
Anup Patel
2022-02-16
4
-120
/
+474
*
target/riscv: Implement AIA local interrupt priorities
Anup Patel
2022-02-16
4
-21
/
+294
*
target/riscv: Allow AIA device emulation to set ireg rmw callback
Anup Patel
2022-02-16
2
-0
/
+37
*
target/riscv: Add defines for AIA CSRs
Anup Patel
2022-02-16
1
-0
/
+119
*
target/riscv: Add AIA cpu feature
Anup Patel
2022-02-16
1
-1
/
+2
*
target/riscv: Allow setting CPU feature from machine/device emulation
Anup Patel
2022-02-16
2
-8
/
+8
*
target/riscv: Improve delivery of guest external interrupts
Anup Patel
2022-02-16
1
-0
/
+13
*
target/riscv: Implement hgeie and hgeip CSRs
Anup Patel
2022-02-16
6
-38
/
+121
*
target/riscv: Implement SGEIP bit in hip and hie CSRs
Anup Patel
2022-02-16
3
-8
/
+16
*
target/riscv: Fix trap cause for RV32 HS-mode CSR access from RV64 HS-mode
Anup Patel
2022-02-16
1
-1
/
+1
*
target/riscv: Fix vill field write in vtype
LIU Zhiwei
2022-02-16
1
-0
/
+1
*
target/riscv: Add XVentanaCondOps custom extension
Philipp Tomsich
2022-02-16
6
-0
/
+83
*
target/riscv: iterate over a table of decoders
Philipp Tomsich
2022-02-16
1
-5
/
+27
*
target/riscv: access cfg structure through DisasContext
Philipp Tomsich
2022-02-16
1
-4
/
+4
*
target/riscv: access configuration through cfg_ptr in DisasContext
Philipp Tomsich
2022-02-16
4
-69
/
+97
*
target/riscv: riscv_tr_init_disas_context: copy pointer-to-cfg into cfg_ptr
Philipp Tomsich
2022-02-16
1
-0
/
+2
*
target/riscv: refactor (anonymous struct) RISCVCPU.cfg into 'struct RISCVCPUC...
Philipp Tomsich
2022-02-16
1
-37
/
+41
*
target/riscv: correct "code should not be reached" for x-rv128
Frédéric Pétrot
2022-02-16
2
-2
/
+4
*
target/riscv: Relax UXL field for debugging
LIU Zhiwei
2022-01-21
1
-4
/
+4
*
target/riscv: Enable uxl field write
LIU Zhiwei
2022-01-21
2
-6
/
+25
*
target/riscv: Set default XLEN for hypervisor
LIU Zhiwei
2022-01-21
1
-0
/
+10
[next]