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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
|
*
docs/system: Move the RISC-V -bios information to removed
Alistair Francis
2021-06-08
3
-20
/
+17
|
*
target/riscv: fix wfi exception behavior
Jose Martins
2021-06-08
2
-3
/
+9
|
*
hw/riscv: microchip_pfsoc: Support direct kernel boot
Bin Meng
2021-06-08
2
-8
/
+103
|
*
hw/riscv: Use macros for BIOS image names
Bin Meng
2021-06-08
4
-12
/
+11
|
*
docs/system/riscv: sifive_u: Document '-dtb' usage
Bin Meng
2021-06-08
1
-6
/
+41
|
*
docs/system/riscv: Correct the indentation level of supported devices
Bin Meng
2021-06-08
2
-25
/
+25
|
*
hw/riscv: Support the official PLIC DT bindings
Bin Meng
2021-06-08
2
-2
/
+10
|
*
hw/riscv: Support the official CLINT DT bindings
Bin Meng
2021-06-08
3
-3
/
+15
|
*
hw/riscv: virt: Switch to use qemu_fdt_setprop_string_array() helper
Bin Meng
2021-06-08
1
-2
/
+5
|
*
hw/riscv: sifive_u: Switch to use qemu_fdt_setprop_string_array() helper
Bin Meng
2021-06-08
1
-3
/
+3
*
|
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...
Peter Maydell
2021-06-07
19
-28
/
+30
|
\
\
|
|
/
|
/
|
|
*
vhost-vdpa: Remove redundant declaration of address_space_memory
Xie Yongji
2021-06-05
2
-1
/
+1
|
*
scripts/oss-fuzz: Fix typo in documentation
Philippe Mathieu-Daudé
2021-06-05
1
-1
/
+1
|
*
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
|
*
hw/display/macfb: Classify the "nubus-macfb" as display device
Thomas Huth
2021-06-05
1
-0
/
+1
|
*
target/nios2: fix page-fit instruction count
Pavel Dovgalyuk
2021-06-05
1
-1
/
+1
|
*
docs: fix broken reference
John Snow
2021-06-05
1
-1
/
+1
|
*
linux-user/syscall: Constify bitmask_transtbl fcntl/mmap flags_tlb[]
Philippe Mathieu-Daudé
2021-06-05
1
-2
/
+2
|
*
misc: Correct relative include path
Philippe Mathieu-Daudé
2021-06-05
4
-6
/
+6
|
*
i386/kvm: The value passed to strerror should be positive
Dmitry Voronetskiy
2021-06-05
5
-12
/
+12
|
*
target/riscv: Do not include 'pmp.h' in user emulation
Philippe Mathieu-Daudé
2021-06-05
1
-0
/
+2
*
|
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-updates-07062...
Peter Maydell
2021-06-07
11
-14
/
+203
|
\
\
|
|
/
|
/
|
|
*
scripts/checkpatch.pl: process .c.inc and .h.inc files as C source
Matheus Ferst
2021-06-07
1
-2
/
+2
|
*
tests/vm: expose --source-path to scripts to find extra files
Alex Bennée
2021-06-07
3
-1
/
+6
|
*
gitlab-ci: Split gprof-gcov job
Philippe Mathieu-Daudé
2021-06-07
1
-3
/
+14
|
*
gitlab: work harder to avoid false positives in checkpatch
Alex Bennée
2021-06-07
1
-1
/
+5
|
*
tests/acceptance: tag various arm tests as TCG only
Alex Bennée
2021-06-07
1
-0
/
+18
|
*
tests/tcg/configure.sh: tweak quoting of target_compiler
Alex Bennée
2021-06-07
1
-3
/
+3
[prev]
[next]