aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-12ppc/pnv: turn pnv_phb4_update_regions() into staticDaniel Henrique Barboza2-27/+26
2022-01-12ppc/pnv: Introduce user creatable pnv-phb4 devicesDaniel Henrique Barboza3-4/+89
2022-01-12ppc/pnv: turn 'phb' into a pointer in struct PnvPhb4PecStackDaniel Henrique Barboza3-16/+13
2022-01-12ppc/pnv: move PHB4 XSCOM init to phb4_realize()Daniel Henrique Barboza2-292/+304
2022-01-12ppc/pnv: set phb4 properties in stk_realize()Daniel Henrique Barboza1-3/+3
2022-01-12pnv_phb4_pec: use pnv_phb4_pec_get_phb_id() in pnv_pec_dt_xscom()Daniel Henrique Barboza1-3/+2
2022-01-12pnv_phb4_pec.c: move pnv_pec_phb_offset() to pnv_phb4.cDaniel Henrique Barboza3-14/+20
2022-01-12pnv_phb4.c: change TYPE_PNV_PHB4_ROOT_BUS nameDaniel Henrique Barboza1-1/+1
2022-01-12pnv_phb3.h: change TYPE_PNV_PHB3_ROOT_BUS nameDaniel Henrique Barboza1-1/+1
2022-01-12ppc/pnv: Move num_phbs under Pnv8ChipCédric Le Goater2-6/+5
2022-01-12ppc/pnv: Complete user created PHB3 devicesCédric Le Goater2-0/+11
2022-01-12ppc/pnv: Reparent user created PHB3 devices to the PnvChipCédric Le Goater3-0/+24
2022-01-12ppc/pnv: Introduce support for user created PHB3 devicesCédric Le Goater3-6/+30
2022-01-12pnv_phb4.c: check if root port exists in rc_config functionsDaniel Henrique Barboza1-2/+8
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