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
*
target/riscv: Implement second stage MMU
Alistair Francis
2020-02-27
2
-19
/
+175
*
target/riscv: Allow specifying MMU stage
Alistair Francis
2020-02-27
1
-9
/
+28
*
target/riscv: Respect MPRV and SPRV for floating point ops
Alistair Francis
2020-02-27
1
-1
/
+15
*
target/riscv: Mark both sstatus and msstatus_hs as dirty
Alistair Francis
2020-02-27
1
-0
/
+13
*
target/riscv: Disable guest FP support based on virtual status
Alistair Francis
2020-02-27
1
-0
/
+3
*
target/riscv: Only set TB flags with FP status if enabled
Alistair Francis
2020-02-27
1
-1
/
+4
*
target/riscv: Remove the hret instruction
Alistair Francis
2020-02-27
2
-6
/
+0
*
target/riscv: Add hfence instructions
Alistair Francis
2020-02-27
2
-9
/
+54
*
target/riscv: Add Hypervisor trap return support
Alistair Francis
2020-02-27
1
-10
/
+52
*
target/riscv: Add hypvervisor trap support
Alistair Francis
2020-02-27
1
-10
/
+59
*
target/riscv: Generate illegal instruction on WFI when V=1
Alistair Francis
2020-02-27
1
-2
/
+3
*
target/ricsv: Flush the TLB on virtulisation mode changes
Alistair Francis
2020-02-27
1
-0
/
+5
*
target/riscv: Add support for virtual interrupt setting
Alistair Francis
2020-02-27
1
-5
/
+28
*
target/riscv: Extend the SIP CSR to support virtulisation
Alistair Francis
2020-02-27
1
-1
/
+12
*
target/riscv: Extend the MIE CSR to support virtulisation
Alistair Francis
2020-02-27
1
-4
/
+20
*
target/riscv: Set VS bits in mideleg for Hyp extension
Alistair Francis
2020-02-27
1
-0
/
+3
*
target/riscv: Add virtual register swapping function
Alistair Francis
2020-02-27
3
-0
/
+79
*
target/riscv: Add Hypervisor machine CSRs accesses
Alistair Francis
2020-02-27
1
-0
/
+27
*
target/riscv: Add Hypervisor virtual CSRs accesses
Alistair Francis
2020-02-27
1
-0
/
+116
*
target/riscv: Add Hypervisor CSR access functions
Alistair Francis
2020-02-27
1
-2
/
+134
*
target/riscv: Dump Hypervisor registers if enabled
Alistair Francis
2020-02-27
1
-0
/
+33
*
target/riscv: Print priv and virt in disas log
Alistair Francis
2020-02-27
1
-0
/
+8
*
target/riscv: Fix CSR perm checking for HS mode
Alistair Francis
2020-02-27
1
-4
/
+14
*
target/riscv: Add the force HS exception mode
Alistair Francis
2020-02-27
3
-0
/
+26
*
target/riscv: Add the virtulisation mode
Alistair Francis
2020-02-27
3
-0
/
+25
*
target/riscv: Rename the H irqs to VS irqs
Alistair Francis
2020-02-27
2
-9
/
+9
*
target/riscv: Add support for the new execption numbers
Alistair Francis
2020-02-27
4
-20
/
+37
*
target/riscv: Add the Hypervisor CSRs to CPUState
Alistair Francis
2020-02-27
3
-18
/
+48
*
target/riscv: Add the Hypervisor extension
Alistair Francis
2020-02-27
1
-0
/
+1
*
target/riscv: Convert MIP CSR to target_ulong
Alistair Francis
2020-02-27
2
-2
/
+2
*
target/riscv: progressively load the instruction during decode
Alex Bennée
2020-02-25
2
-23
/
+25
*
Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD
Paolo Bonzini
2020-02-25
7
-19
/
+18
|
\
|
*
Avoid cpu_physical_memory_rw() with a constant is_write argument
Philippe Mathieu-Daudé
2020-02-20
1
-2
/
+2
|
*
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
3
-6
/
+6
|
*
Avoid address_space_rw() with a constant is_write argument
Peter Maydell
2020-02-20
2
-10
/
+9
|
*
Let address_space_rw() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
2
-5
/
+5
|
*
Remove unnecessary cast when using the cpu_[physical]_memory API
Philippe Mathieu-Daudé
2020-02-20
1
-3
/
+3
|
*
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
2020-02-20
4
-4
/
+4
*
|
target/i386: check for empty register in FXAM
Paolo Bonzini
2020-02-25
1
-1
/
+5
*
|
target/arm: Set MVFR0.FPSP for ARMv5 cpus
Richard Henderson
2020-02-21
1
-4
/
+6
*
|
target/arm: Use isar_feature_aa32_simd_r32 more places
Richard Henderson
2020-02-21
3
-13
/
+11
*
|
target/arm: Rename isar_feature_aa32_simd_r32
Richard Henderson
2020-02-21
2
-27
/
+28
*
|
target/arm: Convert PMULL.8 to gvec
Richard Henderson
2020-02-21
6
-55
/
+95
*
|
target/arm: Convert PMULL.64 to gvec
Richard Henderson
2020-02-21
5
-72
/
+39
*
|
target/arm: Convert PMUL.8 to gvec
Richard Henderson
2020-02-21
5
-37
/
+39
*
|
target/arm: Vectorize USHL and SSHL
Richard Henderson
2020-02-21
6
-66
/
+389
*
|
target/arm: Correctly implement ACTLR2, HACTLR2
Peter Maydell
2020-02-21
4
-9
/
+33
*
|
target/arm: Use FIELD_EX32 for testing 32-bit fields
Peter Maydell
2020-02-21
1
-9
/
+9
*
|
target/arm: Use isar_feature function for testing AA32HPD feature
Peter Maydell
2020-02-21
2
-2
/
+7
*
|
target/arm: Test correct register in aa32_pan and aa32_ats1e1 checks
Peter Maydell
2020-02-21
6
-79
/
+106
[next]