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/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
|
*
|
|
docs: Clarifications and formatting changes in ppc docs.
Leonardo Garcia
2022-01-12
2
-32
/
+31
|
*
|
|
MAINTAINERS: Improve the PowerPC machines section
Thomas Huth
2022-01-12
1
-4
/
+8
|
*
|
|
docs/system/ppc: Merge the PEF information into the pseries page
Thomas Huth
2022-01-12
2
-30
/
+33
|
*
|
|
target/ppc: Add extra float instructions to POWER5P processors
Cédric Le Goater
2022-01-12
1
-0
/
+1
|
*
|
|
spapr: Fix support of POWER5+ processors
Cédric Le Goater
2022-01-12
1
-4
/
+6
|
*
|
|
target/ppc: Add popcntb instruction to POWER5+ processors
Cédric Le Goater
2022-01-12
1
-0
/
+1
|
*
|
|
Merge tag 'qemu-slof-20220110' of github.com:aik/qemu into ppc-7.0
Cédric Le Goater
2022-01-12
3
-1
/
+1
|
|
\
\
\
|
|
*
|
|
pseries: Update SLOF firmware image
Alexey Kardashevskiy
2022-01-10
3
-1
/
+1
*
|
|
|
|
Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/linux-user-for-7.0-...
Peter Maydell
2022-01-12
34
-1161
/
+318
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
linux-user: Implement capability prctls
Richard Henderson
2022-01-11
1
-0
/
+5
|
*
|
|
|
linux-user: Implement PR_SET_PDEATHSIG
Richard Henderson
2022-01-11
1
-0
/
+3
|
*
|
|
|
linux-user: Map signal number in PR_GET_PDEATHSIG
Richard Henderson
2022-01-11
1
-1
/
+2
|
*
|
|
|
linux-user: Do not special-case NULL for PR_GET_PDEATHSIG
Richard Henderson
2022-01-11
1
-1
/
+1
|
*
|
|
|
linux-user: Move target_struct.h generic definitions to generic/
Richard Henderson
2022-01-11
13
-650
/
+70
|
*
|
|
|
linux-user/arm: Move target_oabi_flock64 out of target_structs.h
Richard Henderson
2022-01-11
2
-8
/
+8
|
*
|
|
|
linux-user/xtensa: Use force_sig_fault
Richard Henderson
2022-01-11
1
-17
/
+9
|
*
|
|
|
linux-user/sparc: Use force_sig_fault
Richard Henderson
2022-01-11
1
-12
/
+2
|
*
|
|
|
linux-user/sh4: Use force_sig_fault
Richard Henderson
2022-01-11
1
-5
/
+1
|
*
|
|
|
linux-user/s390x: Use force_sig_fault
Richard Henderson
2022-01-11
1
-6
/
+1
|
*
|
|
|
linux-user/riscv: Use force_sig_fault
Richard Henderson
2022-01-11
1
-26
/
+5
|
*
|
|
|
linux-user/ppc: Use force_sig_fault
Richard Henderson
2022-01-11
1
-108
/
+28
|
*
|
|
|
linux-user/openrisc: Use force_sig_fault
Richard Henderson
2022-01-11
1
-15
/
+3
|
*
|
|
|
target/mips: Extract trap code into env->error_code
Richard Henderson
2022-01-11
4
-48
/
+25
|
*
|
|
|
target/mips: Extract break code into env->error_code
Richard Henderson
2022-01-11
5
-69
/
+25
|
*
|
|
|
linux-user/mips: Use force_sig_fault
Richard Henderson
2022-01-11
1
-25
/
+13
|
*
|
|
|
linux-user/mips: Improve do_break
Richard Henderson
2022-01-11
1
-20
/
+26
|
*
|
|
|
linux-user/microblaze: Fix SIGFPE si_codes
Richard Henderson
2022-01-11
1
-5
/
+15
|
*
|
|
|
linux-user/microblaze: Use force_sig_fault
Richard Henderson
2022-01-11
1
-36
/
+25
|
*
|
|
|
linux-user/m68k: Use force_sig_fault
Richard Henderson
2022-01-11
1
-20
/
+4
|
*
|
|
|
linux-user/i386: Use force_sig, force_sig_fault
Richard Henderson
2022-01-11
1
-29
/
+18
|
*
|
|
|
linux-user/i386: Split out maybe_handle_vm86_trap
Richard Henderson
2022-01-11
1
-16
/
+15
|
*
|
|
|
linux-user/hppa: Set FPE_CONDTRAP for COND
Richard Henderson
2022-01-11
2
-0
/
+3
|
*
|
|
|
linux-user: Remove TARGET_NSIGFPE
Richard Henderson
2022-01-11
1
-1
/
+0
|
*
|
|
|
linux-user/hppa: Use the proper si_code for PRIV_OPR, PRIV_REG, OVERFLOW
Richard Henderson
2022-01-11
1
-1
/
+7
|
*
|
|
|
linux-user/hppa: Use force_sig_fault
Richard Henderson
2022-01-11
1
-15
/
+3
|
*
|
|
|
linux-user/cris: Use force_sig_fault
Richard Henderson
2022-01-11
1
-8
/
+4
|
*
|
|
|
linux-user/alpha: Use force_sig_fault
Richard Henderson
2022-01-11
1
-42
/
+19
|
*
|
|
|
linux-user/alpha: Set FPE_FLTUNK for gentrap ROPRAND
Richard Henderson
2022-01-11
1
-1
/
+1
|
*
|
|
|
linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrap
Richard Henderson
2022-01-11
2
-2
/
+3
*
|
|
|
|
linux-user: Fix clang warning for nios2-linux-user code
Peter Maydell
2022-01-12
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...
Peter Maydell
2022-01-11
4
-9
/
+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
simplebench: Fix Python syntax error (reported by LGTM)
Stefan Weil
2022-01-11
1
-1
/
+1
|
*
|
|
python: update type hints for mypy 0.930
John Snow
2022-01-11
1
-5
/
+1
[prev]
[next]