aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-12target/ppc: Add MSR_ILE support to ppc_interrupts_little_endianFabiano Rosas1-1/+3
2022-01-12target/ppc: Add HV support to ppc_interrupts_little_endianFabiano Rosas3-10/+17
2022-01-12target/ppc: powerpc_excp: Group unimplemented exceptionsFabiano Rosas1-69/+8
2022-01-12target/ppc: powerpc_excp: Keep 60x/7x5 soft MMU logs activeFabiano Rosas1-5/+1
2022-01-12target/ppc: powerpc_excp: Extract software TLB logging into a functionFabiano Rosas1-28/+37
2022-01-12docs: Clarifications and formatting changes in ppc docs.Leonardo Garcia2-32/+31
2022-01-12MAINTAINERS: Improve the PowerPC machines sectionThomas Huth1-4/+8
2022-01-12docs/system/ppc: Merge the PEF information into the pseries pageThomas Huth2-30/+33
2022-01-12target/ppc: Add extra float instructions to POWER5P processorsCédric Le Goater1-0/+1
2022-01-12spapr: Fix support of POWER5+ processorsCédric Le Goater1-4/+6
2022-01-12target/ppc: Add popcntb instruction to POWER5+ processorsCédric Le Goater1-0/+1
2022-01-12Merge tag 'qemu-slof-20220110' of github.com:aik/qemu into ppc-7.0Cédric Le Goater3-1/+1
2022-01-12linux-user: Fix clang warning for nios2-linux-user codePeter Maydell1-1/+1
2022-01-11linux-user: Implement capability prctlsRichard Henderson1-0/+5
2022-01-11linux-user: Implement PR_SET_PDEATHSIGRichard Henderson1-0/+3
2022-01-11linux-user: Map signal number in PR_GET_PDEATHSIGRichard Henderson1-1/+2
2022-01-11linux-user: Do not special-case NULL for PR_GET_PDEATHSIGRichard Henderson1-1/+1
2022-01-11linux-user: Move target_struct.h generic definitions to generic/Richard Henderson13-650/+70
2022-01-11linux-user/arm: Move target_oabi_flock64 out of target_structs.hRichard Henderson2-8/+8
2022-01-11linux-user/xtensa: Use force_sig_faultRichard Henderson1-17/+9
2022-01-11linux-user/sparc: Use force_sig_faultRichard Henderson1-12/+2
2022-01-11linux-user/sh4: Use force_sig_faultRichard Henderson1-5/+1
2022-01-11linux-user/s390x: Use force_sig_faultRichard Henderson1-6/+1
2022-01-11linux-user/riscv: Use force_sig_faultRichard Henderson1-26/+5
2022-01-11linux-user/ppc: Use force_sig_faultRichard Henderson1-108/+28
2022-01-11linux-user/openrisc: Use force_sig_faultRichard Henderson1-15/+3
2022-01-11target/mips: Extract trap code into env->error_codeRichard Henderson4-48/+25
2022-01-11target/mips: Extract break code into env->error_codeRichard Henderson5-69/+25
2022-01-11linux-user/mips: Use force_sig_faultRichard Henderson1-25/+13
2022-01-11linux-user/mips: Improve do_breakRichard Henderson1-20/+26
2022-01-11linux-user/microblaze: Fix SIGFPE si_codesRichard Henderson1-5/+15
2022-01-11linux-user/microblaze: Use force_sig_faultRichard Henderson1-36/+25
2022-01-11linux-user/m68k: Use force_sig_faultRichard Henderson1-20/+4
2022-01-11linux-user/i386: Use force_sig, force_sig_faultRichard Henderson1-29/+18
2022-01-11linux-user/i386: Split out maybe_handle_vm86_trapRichard Henderson1-16/+15
2022-01-11linux-user/hppa: Set FPE_CONDTRAP for CONDRichard Henderson2-0/+3
2022-01-11linux-user: Remove TARGET_NSIGFPERichard Henderson1-1/+0
2022-01-11linux-user/hppa: Use the proper si_code for PRIV_OPR, PRIV_REG, OVERFLOWRichard Henderson1-1/+7
2022-01-11linux-user/hppa: Use force_sig_faultRichard Henderson1-15/+3
2022-01-11linux-user/cris: Use force_sig_faultRichard Henderson1-8/+4
2022-01-11linux-user/alpha: Use force_sig_faultRichard Henderson1-42/+19
2022-01-11linux-user/alpha: Set FPE_FLTUNK for gentrap ROPRANDRichard Henderson1-1/+1
2022-01-11linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrapRichard Henderson2-2/+3
2022-01-11Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell4-9/+7
2022-01-11Merge remote-tracking branch 'remotes/philmd/tags/sdmmc-20220108' into stagingPeter Maydell1-21/+31
2022-01-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell18-398/+83
2022-01-10simplebench: Fix Python syntax error (reported by LGTM)Stefan Weil1-1/+1
2022-01-10python: update type hints for mypy 0.930John Snow1-5/+1
2022-01-10Python/aqmp: fix type definitions for mypy 0.920John Snow1-2/+3
2022-01-10python/aqmp: use absolute import statementJohn Snow1-1/+2