aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-12pnv_phb4.c: make pnv-phb4-root-port user creatableDaniel Henrique Barboza2-13/+7
2022-01-12ppc/pnv: Attach PHB3 root port device when defaults are enabledCédric Le Goater4-11/+15
2022-01-12pnv_phb4.c: add unique chassis and slot for pnv_phb4_root_portDaniel Henrique Barboza1-0/+15
2022-01-12pnv_phb3.c: add unique chassis and slot for pnv_phb3_root_portDaniel Henrique Barboza1-0/+16
2022-01-12target/ppc: Set the correct endianness for powernv memory dumpsFabiano Rosas1-1/+1
2022-01-12target/ppc: Introduce a wrapper for powerpc_excpFabiano Rosas1-1/+11
2022-01-12target/ppc: Use ppc_interrupts_little_endian in powerpc_excpFabiano Rosas1-28/+1
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