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/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
*
target/sh4: Implement prctl_unalign_sigbus
Richard Henderson
2022-01-06
2
-16
/
+38
*
target/hppa: Implement prctl_unalign_sigbus
Richard Henderson
2022-01-06
2
-5
/
+19
*
target/alpha: Implement prctl_unalign_sigbus
Richard Henderson
2022-01-06
2
-9
/
+27
*
target/ppc: do not call hreg_compute_hflags() in helper_store_mmcr0()
Daniel Henrique Barboza
2022-01-04
1
-1
/
+6
*
target/ppc: Use env->pnc_cyc_cnt
Richard Henderson
2022-01-04
1
-98
/
+9
*
target/ppc: Rewrite pmu_increment_insns
Richard Henderson
2022-01-04
1
-29
/
+49
*
target/ppc: Cache per-pmc insn and cycle count settings
Richard Henderson
2022-01-04
6
-20
/
+58
*
target/ppc: powerpc_excp: Stop passing excp_model around
Fabiano Rosas
2022-01-04
1
-22
/
+21
*
target/ppc: powerpc_excp: Move system call vectored code together
Fabiano Rosas
2022-01-04
1
-8
/
+5
*
target/ppc: powerpc_excp: Set vector earlier
Fabiano Rosas
2022-01-04
1
-8
/
+8
*
target/ppc: powerpc_excp: Add excp_vectors bounds check
Fabiano Rosas
2022-01-04
1
-3
/
+4
*
target/ppc: powerpc_excp: Set alternate SRRs directly
Fabiano Rosas
2022-01-04
1
-15
/
+8
*
target/ppc: do not silence snan in xscvspdpn
Matheus Ferst
2022-01-04
1
-4
/
+1
*
ppc/ppc405: Dump specific registers
Cédric Le Goater
2022-01-04
1
-6
/
+21
*
ppc/ppc405: Introduce a store helper for SPR_40x_PID
Cédric Le Goater
2022-01-04
3
-1
/
+10
*
ppc/ppc405: Restore TCR and STR write handlers
Cédric Le Goater
2022-01-04
6
-2
/
+30
*
ppc/ppc405: Activate MMU logs
Cédric Le Goater
2022-01-04
2
-139
/
+122
*
target/ppc: Print out literal exception names in logs
Cédric Le Goater
2022-01-04
1
-1
/
+74
[next]