aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2020-05-07Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200507' into...Peter Maydell5-77/+103
2020-05-07spapr_nvdimm: Tweak error messagesDavid Gibson1-3/+3
2020-05-07spapr_nvdimm.c: make 'label-size' mandatoryDaniel Henrique Barboza1-0/+6
2020-05-07spapr: Don't allow unplug of NVLink2 devicesDavid Gibson1-0/+4
2020-05-07spapr: Drop CAS reboot flagGreg Kurz2-33/+18
2020-05-07spapr/cas: Separate CAS handling from rebuilding the FDTAlexey Kardashevskiy2-27/+41
2020-05-07spapr: Simplify selection of radix/hash during CASGreg Kurz2-5/+2
2020-05-07ppc/pnv: Add support for NMI interfaceNicholas Piggin1-0/+29
2020-05-07ppc/spapr: tweak change system reset helperNicholas Piggin1-3/+6
2020-05-07spapr: Don't check capabilities removed between CAS callsGreg Kurz1-13/+1
2020-05-06hw: add compat machines for 5.1Cornelia Huck1-2/+13
2020-04-29bamboo, sam460ex: Tidy up error message for unsupported RAM sizeMarkus Armbruster1-4/+4
2020-04-29smbus: Fix spd_data_generate() error API violationMarkus Armbruster1-9/+3
2020-04-29sam460ex: Suppress useless warning on -m 32 and -m 64Markus Armbruster1-1/+2
2020-04-07ppc/pnv: Create BMC devices only when defaults are enabledCédric Le Goater2-5/+72
2020-04-07hw/ppc/ppc440_uc.c: Remove incorrect iothread locking from dcr_write_pcie()Peter Maydell1-3/+0
2020-04-07spapr: Fix failure path for attempting to hot unplug PCI bridgesDavid Gibson1-0/+1
2020-04-07ppc/spapr: Don't kill the guest if a recovered FWNMI machine check delivery f...Nicholas Piggin1-5/+25
2020-04-07ppc/spapr: Add FWNMI machine check delivery warningsNicholas Piggin2-0/+7
2020-04-07ppc/spapr: Improve FWNMI machine check delivery corner case commentsNicholas Piggin1-8/+11
2020-04-07ppc/spapr: KVM FWNMI should not be enabled until guest requests itNicholas Piggin2-3/+11
2020-04-07hw/ppc/e500.c: Handle qemu_find_file() failurePeter Maydell1-0/+4
2020-03-24ppc/ppc405_boards: Remove unnecessary NULL checkPhilippe Mathieu-Daudé1-3/+3
2020-03-24spapr: Fix memory leak in h_client_architecture_support()Greg Kurz1-0/+1
2020-03-24ppc/spapr: Set the effective address provided flag in mc error log.Mahesh Salgaonkar1-0/+26
2020-03-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell3-3/+0
2020-03-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into...Peter Maydell9-478/+529
2020-03-17hw/ide: Remove unneeded inclusion of hw/ide.hBALATON Zoltan3-3/+0
2020-03-17hw/ppc/ppc405: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé1-4/+2
2020-03-17hw/ppc: Use memory_region_init_rom() with read-only regionsPhilippe Mathieu-Daudé2-4/+2
2020-03-17ppc/spapr: Ignore common "ibm,nmi-interlock" Linux bugNicholas Piggin1-2/+12
2020-03-17ppc/spapr: Implement FWNMI System Reset deliveryNicholas Piggin1-2/+44
2020-03-17target/ppc: allow ppc_cpu_do_system_reset to take an alternate vectorNicholas Piggin1-1/+1
2020-03-17ppc/spapr: Allow FWNMI on TCGNicholas Piggin1-4/+1
2020-03-17ppc/spapr: Fix FWNMI machine check interrupt deliveryNicholas Piggin1-20/+4
2020-03-17ppc/spapr: Add FWNMI System Reset stateNicholas Piggin2-1/+15
2020-03-17ppc/spapr: Change FWNMI namesNicholas Piggin4-36/+37
2020-03-17ppc/spapr: Fix FWNMI machine check failure handlingNicholas Piggin1-3/+1
2020-03-17spapr: Rename DT functions to newer naming conventionDavid Gibson2-35/+31
2020-03-17spapr: Move creation of ibm,architecture-vec-5 propertyDavid Gibson1-79/+65
2020-03-17spapr: Move creation of ibm,dynamic-reconfiguration-memory dt nodeDavid Gibson1-255/+257
2020-03-17spapr/rtas: Reserve space for RTAS blob and logAlexey Kardashevskiy1-0/+1
2020-03-17ppc/spapr: Move GPRs setup to one placeAlexey Kardashevskiy3-3/+7
2020-03-17spapr: Clean up RMA size calculationDavid Gibson1-24/+37
2020-03-17spapr: Don't clamp RMA to 16GiB on new machine typesDavid Gibson1-5/+8
2020-03-17spapr: Don't attempt to clamp RMA to VRMA constraintDavid Gibson2-20/+12
2020-03-17spapr,ppc: Simplify signature of kvmppc_rma_size()David Gibson1-2/+3
2020-03-17spapr: Don't use weird units for MIN_RMA_SLOFDavid Gibson1-4/+4
2020-03-17spapr, ppc: Remove VPM0/RMLS hacks for POWER9David Gibson1-9/+1
2020-03-17hw/ppc/pnv: Fix typo in commentPhilippe Mathieu-Daudé1-1/+1