aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-17spapr: Fix Coverity warning while validating nvdimm optionsShivaprasad G Bhat1-2/+5
2020-03-17spapr: Handle pending hot plug/unplug requests at CASGreg Kurz2-6/+18
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi1-29/+7
2020-03-16qom/object: enable setter for uint typesFelipe Franciosi1-1/+2
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2-2/+2
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini3-8/+10
2020-02-25Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini12-96/+96
2020-02-21hw/ppc/virtex_ml507:fix leak of fdevice tree blobChen Qun1-0/+1
2020-02-21spapr: Fix handling of unplugged devices during CAS and migrationGreg Kurz1-2/+23
2020-02-21spapr: Don't use spapr_drc_needed() in CAS codeGreg Kurz2-11/+23
2020-02-21ppc: free 'fdt' after reset the machinePan Nengyuan2-0/+3