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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...
Peter Maydell
2021-06-08
13
-104
/
+1028
|
\
|
*
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
*
|
target/mips: Fix 'Uncoditional' typo
Philippe Mathieu-Daudé
2021-06-05
1
-3
/
+3
*
|
target/hppa: Remove unused 'memory.h' header
Philippe Mathieu-Daudé
2021-06-05
1
-1
/
+0
*
|
target/nios2: fix page-fit instruction count
Pavel Dovgalyuk
2021-06-05
1
-1
/
+1
*
|
target/riscv: Do not include 'pmp.h' in user emulation
Philippe Mathieu-Daudé
2021-06-05
1
-0
/
+2
|
/
*
i386: run accel_cpu_instance_init as post_init
Claudio Fontana
2021-06-04
1
-3
/
+7
*
i386: reorder call to cpu_exec_realizefn
Claudio Fontana
2021-06-04
2
-30
/
+61
*
target/i386: Fix decode of cr8
Richard Henderson
2021-06-04
1
-0
/
+1
*
target/i386: tcg: fix switching from 16-bit to 32-bit tasks or vice versa
Paolo Bonzini
2021-06-04
1
-1
/
+1
*
target/i386: tcg: fix loading of registers from 16-bit TSS
Paolo Bonzini
2021-06-04
1
-14
/
+11
*
target/i386: tcg: fix segment register offsets for 16-bit TSS
Paolo Bonzini
2021-06-04
1
-2
/
+2
*
softfloat: Introduce Floatx80RoundPrec
Richard Henderson
2021-06-03
3
-93
/
+126
*
hvf: Simplify post reset/init/loadvm hooks
Alexander Graf
2021-06-03
1
-1
/
+4
*
hvf: Introduce hvf vcpu struct
Alexander Graf
2021-06-03
8
-234
/
+236
*
hvf: Remove hvf-accel-ops.h
Alexander Graf
2021-06-03
1
-2
/
+0
*
hvf: Use cpu_synchronize_state()
Alexander Graf
2021-06-03
1
-5
/
+4
*
hvf: Split out common code on vcpu init and destroy
Alexander Graf
2021-06-03
1
-21
/
+2
*
hvf: Move hvf internal definitions into common header
Alexander Graf
2021-06-03
1
-30
/
+1
*
hvf: Move cpu functions into common directory
Alexander Graf
2021-06-03
3
-306
/
+0
*
hvf: Move vcpu thread functions into common directory
Alexander Graf
2021-06-03
4
-171
/
+1
*
hvf: Move assert_hvf_ok() into common directory
Alexander Graf
2021-06-03
1
-32
/
+1
*
target/arm: Enable BFloat16 extensions
Richard Henderson
2021-06-03
3
-0
/
+7
*
target/arm: Implement bfloat widening fma (indexed)
Richard Henderson
2021-06-03
7
-1
/
+82
*
target/arm: Implement bfloat widening fma (vector)
Richard Henderson
2021-06-03
7
-4
/
+73
*
target/arm: Implement bfloat16 matrix multiply accumulate
Richard Henderson
2021-06-03
7
-3
/
+81
*
target/arm: Implement bfloat16 dot product (indexed)
Richard Henderson
2021-06-03
7
-9
/
+80
*
target/arm: Implement bfloat16 dot product (vector)
Richard Henderson
2021-06-03
7
-0
/
+89
[next]