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/s390x: Fix shifting 32-bit values for more than 31 bits
Ilya Leoshkevich
2022-01-17
5
-80
/
+45
*
target/s390x: Fix cc_calc_sla_64() missing overflows
Ilya Leoshkevich
2022-01-17
1
-1
/
+1
*
target/s390x: Fix SRDA CC calculation
Ilya Leoshkevich
2022-01-17
1
-2
/
+4
*
target/s390x: Fix SLDA sign bit index
Ilya Leoshkevich
2022-01-17
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2022-01-13
3
-16
/
+146
|
\
|
*
KVM: x86: ignore interrupt_bitmap field of KVM_GET/SET_SREGS
Paolo Bonzini
2022-01-12
1
-15
/
+9
|
*
KVM: use KVM_{GET|SET}_SREGS2 when supported.
Maxim Levitsky
2022-01-12
3
-2
/
+138
*
|
Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220112' into s...
Peter Maydell
2022-01-13
4
-138
/
+76
|
\
\
|
*
|
target/ppc: Set the correct endianness for powernv memory dumps
Fabiano Rosas
2022-01-12
1
-1
/
+1
|
*
|
target/ppc: Introduce a wrapper for powerpc_excp
Fabiano Rosas
2022-01-12
1
-1
/
+11
|
*
|
target/ppc: Use ppc_interrupts_little_endian in powerpc_excp
Fabiano Rosas
2022-01-12
1
-28
/
+1
|
*
|
target/ppc: Add MSR_ILE support to ppc_interrupts_little_endian
Fabiano Rosas
2022-01-12
1
-1
/
+3
|
*
|
target/ppc: Add HV support to ppc_interrupts_little_endian
Fabiano Rosas
2022-01-12
3
-10
/
+17
|
*
|
target/ppc: powerpc_excp: Group unimplemented exceptions
Fabiano Rosas
2022-01-12
1
-69
/
+8
|
*
|
target/ppc: powerpc_excp: Keep 60x/7x5 soft MMU logs active
Fabiano Rosas
2022-01-12
1
-5
/
+1
|
*
|
target/ppc: powerpc_excp: Extract software TLB logging into a function
Fabiano Rosas
2022-01-12
1
-28
/
+37
|
*
|
target/ppc: Add extra float instructions to POWER5P processors
Cédric Le Goater
2022-01-12
1
-0
/
+1
|
*
|
target/ppc: Add popcntb instruction to POWER5+ processors
Cédric Le Goater
2022-01-12
1
-0
/
+1
|
|
/
*
|
target/mips: Extract trap code into env->error_code
Richard Henderson
2022-01-11
3
-8
/
+24
*
|
target/mips: Extract break code into env->error_code
Richard Henderson
2022-01-11
4
-5
/
+16
|
/
*
target/m68k: don't word align SP in stack frame if M68K_FEATURE_UNALIGNED_DAT...
Mark Cave-Ayland
2022-01-09
1
-1
/
+4
*
target/riscv: Implement the stval/mtval illegal instruction
Alistair Francis
2022-01-08
3
-0
/
+8
*
target/riscv: Fixup setting GVA
Alistair Francis
2022-01-08
1
-15
/
+6
*
target/riscv: Set the opcode in DisasContext
Alistair Francis
2022-01-08
1
-0
/
+2
*
target/riscv: actual functions to realize crs 128-bit insns
Frédéric Pétrot
2022-01-08
3
-30
/
+175
*
target/riscv: modification of the trans_csrxx for 128-bit support
Frédéric Pétrot
2022-01-08
1
-43
/
+158
*
target/riscv: helper functions to wrap calls to 128-bit csr insns
Frédéric Pétrot
2022-01-08
4
-0
/
+69
*
target/riscv: adding high part of some csrs
Frédéric Pétrot
2022-01-08
2
-0
/
+6
*
target/riscv: support for 128-bit M extension
Frédéric Pétrot
2022-01-08
6
-13
/
+295
*
target/riscv: support for 128-bit arithmetic instructions
Frédéric Pétrot
2022-01-08
5
-49
/
+222
*
target/riscv: support for 128-bit shift instructions
Frédéric Pétrot
2022-01-08
4
-44
/
+270
*
target/riscv: support for 128-bit U-type instructions
Frédéric Pétrot
2022-01-08
2
-4
/
+25
*
target/riscv: support for 128-bit bitwise instructions
Frédéric Pétrot
2022-01-08
1
-2
/
+19
*
target/riscv: accessors to registers upper part and 128-bit load/store
Frédéric Pétrot
2022-01-08
4
-10
/
+163
*
target/riscv: moving some insns close to similar insns
Frédéric Pétrot
2022-01-08
1
-17
/
+17
*
target/riscv: setup everything for rv64 to support rv128 execution
Frédéric Pétrot
2022-01-08
3
-0
/
+26
*
target/riscv: array for the 64 upper bits of 128-bit registers
Frédéric Pétrot
2022-01-08
4
-1
/
+35
*
target/riscv: separation of bitwise logic and arithmetic helpers
Frédéric Pétrot
2022-01-08
3
-9
/
+36
*
target/riscv: additional macros to check instruction support
Frédéric Pétrot
2022-01-08
1
-4
/
+16
*
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
2022-01-08
32
-226
/
+226
*
target/riscv: Fix position of 'experimental' comment
Philipp Tomsich
2022-01-08
1
-1
/
+2
*
target/riscv: rvv-1.0: Call the correct RVF/RVD check function for narrowing ...
Frank Chang
2022-01-08
1
-8
/
+24
*
target/riscv: rvv-1.0: Call the correct RVF/RVD check function for widening f...
Frank Chang
2022-01-08
1
-9
/
+25
*
target/riscv: rvv-1.0: Call the correct RVF/RVD check function for widening f...
Frank Chang
2022-01-08
1
-4
/
+8
*
target/riscv: Enable the Hypervisor extension by default
Alistair Francis
2022-01-08
1
-1
/
+1
*
target/riscv: Mark the Hypervisor extension as non experimental
Alistair Francis
2022-01-08
1
-1
/
+1
*
target/riscv/pmp: fix no pmp illegal intrs
Nikita Shubin
2022-01-08
1
-1
/
+2
*
target/arm: Add missing FEAT_TLBIOS instructions
Idan Horowitz
2022-01-07
1
-0
/
+32
*
linux-user/nios2: Map a real kuser page
Richard Henderson
2022-01-06
1
-9
/
+0
*
linux-user/nios2: Properly emulate EXCP_TRAP
Richard Henderson
2022-01-06
2
-2
/
+17
[next]