summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pc-bios/s390-ccw: Allow building with Clang, tooThomas Huth2021-05-092-2/+10
* pc-bios/s390-ccw: Silence GCC 11 stringop-overflow warningPhilippe Mathieu-Daudé2021-05-091-0/+1
* pc-bios/s390-ccw: Fix the cc-option macro in the MakefileThomas Huth2021-05-091-2/+2
* pc-bios/s390-ccw: Silence warning from Clang by marking panic() as noreturnThomas Huth2021-05-091-0/+1
* pc-bios/s390-ccw/netboot: Use "-Wl," prefix to pass parameter to the linkerThomas Huth2021-05-091-1/+1
* pc-bios/s390-ccw: Use reset_psw pointer instead of hard-coded null pointerThomas Huth2021-05-091-2/+2
* pc-bios/s390-ccw/bootmap: Silence compiler warning from ClangThomas Huth2021-05-091-1/+1
* pc-bios/s390-ccw: don't try to read the next block if end of chunk is reachedMarc Hartmayer2021-05-091-1/+1
* Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell2021-05-0548-1197/+4009
|\
| * hw/ppc/pnv_psi: Use device_cold_reset() instead of device_legacy_reset()Peter Maydell2021-05-041-2/+2
| * hw/ppc/spapr_vio: Reset TCE table object with device_cold_reset()Peter Maydell2021-05-041-1/+1
| * hw/intc/spapr_xive: Use device_cold_reset() instead of device_legacy_reset()Peter Maydell2021-05-041-1/+1
| * target/ppc: removed VSCR from SPR registrationBruno Larsen (billionai)2021-05-041-7/+13
| * target/ppc: Reduce the size of ppc_spr_tRichard Henderson2021-05-041-4/+8
| * target/ppc: Clean up _spr_register et alRichard Henderson2021-05-041-82/+76Star
| * target/ppc: Add POWER10 exception modelNicholas Piggin2021-05-046-8/+65
| * target/ppc: rework AIL logic in interrupt deliveryNicholas Piggin2021-05-044-70/+108
| * target/ppc: move opcode table logic to translate.cBruno Larsen (billionai)2021-05-043-390/+403
| * target/ppc: code motion from translate_init.c.inc to gdbstub.cBruno Larsen (billionai)2021-05-043-253/+264
| * spapr_drc.c: handle hotunplug errors in drc_unisolate_logical()Daniel Henrique Barboza2021-05-041-0/+23
| * spapr.h: increase FDT_MAX_SIZEDaniel Henrique Barboza2021-05-041-1/+1
| * spapr.c: do not use MachineClass::max_cpus to limit CPUsDaniel Henrique Barboza2021-05-041-1/+10
| * ppc: Rename current DAWR macros and variablesRavi Bangoria2021-05-043-5/+5
| * target/ppc: POWER10 supports scvNicholas Piggin2021-05-041-1/+1
| * target/ppc: Fix POWER9 radix guest HV interrupt AIL behaviourNicholas Piggin2021-05-041-4/+13
| * docs/system: ppc: Add documentation for ppce500 machineBin Meng2021-05-042-0/+157
| * roms/u-boot: Bump ppce500 u-boot to v2021.04 to fix broken pci supportBin Meng2021-05-042-0/+0
| * roms/Makefile: Update ppce500 u-boot build directory nameBin Meng2021-05-041-4/+4
| * ppc/spapr: Add support for implement support for H_SCM_HEALTHVaibhav Jain2021-05-042-1/+38
| * spapr: Rename RTAS_MAX_ADDR to FDT_MAX_ADDRAlexey Kardashevskiy2021-05-041-4/+4
| * hw/ppc: Add emulation of Genesi/bPlan Pegasos IIBALATON Zoltan2021-05-045-0/+167
| * hw/pci-host: Add emulation of Marvell MV64361 PPC system controllerBALATON Zoltan2021-05-047-0/+1890
| * vt82c686: Add emulation of VT8231 south bridgeBALATON Zoltan2021-05-043-0/+86
| * vt82c686: Introduce abstract TYPE_VIA_ISA and base vt82c686b_isa on itBALATON Zoltan2021-05-042-32/+40
| * vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIOBALATON Zoltan2021-05-041-0/+102
| * vt82c686: QOM-ify superio related functionalityBALATON Zoltan2021-05-042-65/+132
| * target/ppc: Validate hflags with CONFIG_DEBUG_TCGRichard Henderson2021-05-042-2/+32
| * linux-user/ppc: Fix msr updates for signal handlingRichard Henderson2021-05-042-14/+14
| * target/ppc: Remove env->immu_idx and env->dmmu_idxRichard Henderson2021-05-046-56/+56
| * target/ppc: Remove MSR_SA and MSR_AP from hflagsRichard Henderson2021-05-042-9/+5Star
| * target/ppc: Put LPCR[GTSE] in hflagsRichard Henderson2021-05-044-1/+8
| * target/ppc: Create helper_scvRichard Henderson2021-05-043-13/+17
| * target/ppc: Put dbcr0 single-step bits into hflagsRichard Henderson2021-05-043-18/+20
| * target/ppc: Reduce env->hflags to uint32_tRichard Henderson2021-05-043-4/+4
| * target/ppc: Disconnect hflags from MSRRichard Henderson2021-05-043-50/+95
| * target/ppc: Extract post_load_update_msrRichard Henderson2021-05-041-16/+14Star
| * hw/ppc/spapr_rtas: Update hflags after setting msrRichard Henderson2021-05-041-0/+2
| * hw/ppc/pnv_core: Update hflags after setting msrRichard Henderson2021-05-041-1/+2
| * target/ppc: Fix comment for MSR_FE{0,1}Richard Henderson2021-05-041-2/+2
| * target/ppc: Retain hflags_nmsr only for migrationRichard Henderson2021-05-043-7/+8