aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-06virtiofsd: Fix side-effect in assert()Greg Kurz1-8/+13
2021-05-05Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell48-1197/+4009
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell371-507/+53
2021-05-04Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20210503' int...Peter Maydell20-76/+1389
2021-05-04Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210430' int...Peter Maydell3-29/+31
2021-05-04hw/ppc/pnv_psi: Use device_cold_reset() instead of device_legacy_reset()Peter Maydell1-2/+2
2021-05-04hw/ppc/spapr_vio: Reset TCE table object with device_cold_reset()Peter Maydell1-1/+1
2021-05-04hw/intc/spapr_xive: Use device_cold_reset() instead of device_legacy_reset()Peter Maydell1-1/+1
2021-05-04target/ppc: removed VSCR from SPR registrationBruno Larsen (billionai)1-7/+13
2021-05-04target/ppc: Reduce the size of ppc_spr_tRichard Henderson1-4/+8
2021-05-04target/ppc: Clean up _spr_register et alRichard Henderson1-82/+76
2021-05-04target/ppc: Add POWER10 exception modelNicholas Piggin6-8/+65
2021-05-04target/ppc: rework AIL logic in interrupt deliveryNicholas Piggin4-70/+108
2021-05-04target/ppc: move opcode table logic to translate.cBruno Larsen (billionai)3-390/+403
2021-05-04target/ppc: code motion from translate_init.c.inc to gdbstub.cBruno Larsen (billionai)3-253/+264
2021-05-04spapr_drc.c: handle hotunplug errors in drc_unisolate_logical()Daniel Henrique Barboza1-0/+23
2021-05-04spapr.h: increase FDT_MAX_SIZEDaniel Henrique Barboza1-1/+1
2021-05-04spapr.c: do not use MachineClass::max_cpus to limit CPUsDaniel Henrique Barboza1-1/+10
2021-05-04ppc: Rename current DAWR macros and variablesRavi Bangoria3-5/+5
2021-05-04target/ppc: POWER10 supports scvNicholas Piggin1-1/+1
2021-05-04target/ppc: Fix POWER9 radix guest HV interrupt AIL behaviourNicholas Piggin1-4/+13
2021-05-04docs/system: ppc: Add documentation for ppce500 machineBin Meng2-0/+157
2021-05-04roms/u-boot: Bump ppce500 u-boot to v2021.04 to fix broken pci supportBin Meng2-0/+0
2021-05-04roms/Makefile: Update ppce500 u-boot build directory nameBin Meng1-4/+4
2021-05-04ppc/spapr: Add support for implement support for H_SCM_HEALTHVaibhav Jain2-1/+38
2021-05-04spapr: Rename RTAS_MAX_ADDR to FDT_MAX_ADDRAlexey Kardashevskiy1-4/+4
2021-05-04hw/ppc: Add emulation of Genesi/bPlan Pegasos IIBALATON Zoltan5-0/+167
2021-05-04hw/pci-host: Add emulation of Marvell MV64361 PPC system controllerBALATON Zoltan7-0/+1890
2021-05-04vt82c686: Add emulation of VT8231 south bridgeBALATON Zoltan3-0/+86
2021-05-04vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on itBALATON Zoltan2-32/+40
2021-05-04vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIOBALATON Zoltan1-0/+102
2021-05-04vt82c686: QOM-ify superio related functionalityBALATON Zoltan2-65/+132
2021-05-04target/ppc: Validate hflags with CONFIG_DEBUG_TCGRichard Henderson2-2/+32
2021-05-04linux-user/ppc: Fix msr updates for signal handlingRichard Henderson2-14/+14
2021-05-04target/ppc: Remove env->immu_idx and env->dmmu_idxRichard Henderson6-56/+56
2021-05-04target/ppc: Remove MSR_SA and MSR_AP from hflagsRichard Henderson2-9/+5
2021-05-04target/ppc: Put LPCR[GTSE] in hflagsRichard Henderson4-1/+8
2021-05-04target/ppc: Create helper_scvRichard Henderson3-13/+17
2021-05-04target/ppc: Put dbcr0 single-step bits into hflagsRichard Henderson3-18/+20
2021-05-04target/ppc: Reduce env->hflags to uint32_tRichard Henderson3-4/+4
2021-05-04target/ppc: Disconnect hflags from MSRRichard Henderson3-50/+95
2021-05-04target/ppc: Extract post_load_update_msrRichard Henderson1-16/+14
2021-05-04hw/ppc/spapr_rtas: Update hflags after setting msrRichard Henderson1-0/+2
2021-05-04hw/ppc/pnv_core: Update hflags after setting msrRichard Henderson1-1/+2
2021-05-04target/ppc: Fix comment for MSR_FE{0,1}Richard Henderson1-2/+2
2021-05-04target/ppc: Retain hflags_nmsr only for migrationRichard Henderson3-7/+8
2021-05-04target/ppc: Do not call hreg_compute_mem_idx after ppc_store_msrRichard Henderson1-6/+1
2021-05-04target/ppc: Properly sync cpu state with new msr in cpu_load_oldRichard Henderson1-2/+11
2021-05-04target/ppc: Move 601 hflags adjustment to hreg_compute_hflagsRichard Henderson4-9/+18
2021-05-04target/ppc: Move helper_regs.h functions out-of-lineRichard Henderson4-176/+207