aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2021-08-27Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210827' in...Peter Maydell4-28/+44
2021-08-27Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into...Peter Maydell1-10/+10
2021-08-27ppc/pnv: add a chip topology index for POWER10Cédric Le Goater1-0/+2
2021-08-27ppc/pnv: Distribute RAM among the chipsCédric Le Goater1-8/+25
2021-08-27ppc/pnv: Use a simple incrementing index for the chip-idCédric Le Goater1-5/+6
2021-08-27ppc/pnv: Change the POWER10 machine to support DD2 onlyCédric Le Goater2-2/+2
2021-08-27spapr_pci: Fix leak in spapr_phb_vfio_get_loc_code() with g_autofreeDavid Gibson1-13/+9
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell1-1/+0
2021-08-26spapr: Explain purpose of ->fwnmi_migration_blocker more clearlyMarkus Armbruster1-8/+9
2021-08-26spapr: Plug memory leak when we can't add a migration blockerMarkus Armbruster1-2/+1
2021-07-29ppc/vof: Fix Coverity issuesAlexey Kardashevskiy2-67/+76
2021-07-29ppc/pegasos2: Fix spurious warning with -biosBALATON Zoltan1-1/+1
2021-07-26hw/ppc/spapr_events: Remove unused variable from check_exceptionRichard Henderson1-5/+0
2021-07-20hw/ppc/Kconfig: Add dependency PEGASOS2 -> ATI_VGAPhilippe Mathieu-Daudé1-0/+1
2021-07-20hw/ppc/Kconfig: Add missing dependency E500 -> DS1338 RTCPhilippe Mathieu-Daudé1-0/+1
2021-07-13ppc/pegasos2: Allow setprop in VOFBALATON Zoltan1-0/+10
2021-07-12Merge remote-tracking branch 'remotes/philmd/tags/mips-20210711' into stagingPeter Maydell1-1/+1
2021-07-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+1
2021-07-11hw/pci-host: Rename Raven ASIC PCI bridge as raven.cPhilippe Mathieu-Daudé1-1/+1
2021-07-09usb: drop usb_host_dev_is_scsi_storage hookGerd Hoffmann1-1/+1
2021-07-09target/ppc: Support for H_RPT_INVALIDATE hcallBharata B Rao2-0/+47
2021-07-09spapr: Fix implementation of Open Firmware client interfaceAlexey Kardashevskiy4-34/+43
2021-07-09ppc/pegasos2: Implement some RTAS functions with VOFBALATON Zoltan1-0/+137
2021-07-09ppc/pegasos2: Fix use of && instead of &David Gibson1-1/+1
2021-07-09ppc/pegasos2: Use Virtual Open Firmware as firmware replacementBALATON Zoltan2-2/+601
2021-07-09target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS L1D cache flush bitsNicholas Piggin1-0/+2
2021-07-09ppc/pegasos2: Introduce Pegasos2MachineState structureBALATON Zoltan1-13/+37
2021-07-09spapr: Implement Open Firmware client interfaceAlexey Kardashevskiy7-10/+1315
2021-07-09spapr: tune rtas-sizeAlexey Kardashevskiy1-2/+6
2021-06-03ppc/pef.c: initialize cgs->ready in kvmppc_svm_init()Daniel Henrique Barboza1-2/+4
2021-06-03spapr: Set LPCR to current AIL mode when starting a new CPUNicholas Piggin1-5/+9
2021-06-03spapr: Remove stale comment about power-saving LPCR bitsNicholas Piggin1-1/+0
2021-06-03spapr: nvdimm: Fix the persistent-memory root node name in device treeShivaprasad G Bhat1-2/+2
2021-06-03spapr: nvdimm: Forward declare and move the definitionsShivaprasad G Bhat1-0/+12
2021-06-03spapr: Fix EEH capability issue on KVM guest for PCI passthruMahesh Salgaonkar1-7/+33
2021-06-03spapr: Don't hijack current_machine->boot_orderGreg Kurz1-3/+5
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-26hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'Philippe Mathieu-Daudé1-0/+1
2021-05-19hw/ppc: moved has_spr to cpu.hLucas Mateus Castro (alqotel)3-12/+6
2021-05-19target/ppc: moved function out of mmu-hash64Lucas Mateus Castro (alqotel)1-0/+59
2021-05-19hw/ppc: moved hcalls that depend on softmmuLucas Mateus Castro (alqotel)3-576/+662
2021-05-19hw/ppc/spapr.c: Make sure the host supports the selected MMU modeFabiano Rosas1-0/+1
2021-05-19hw/ppc/spapr.c: Extract MMU mode error reporting into a functionFabiano Rosas2-12/+18
2021-05-05Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell12-10/+246
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-04target/ppc: Add POWER10 exception modelNicholas Piggin1-1/+6
2021-05-04target/ppc: rework AIL logic in interrupt deliveryNicholas Piggin1-1/+2
2021-05-04spapr_drc.c: handle hotunplug errors in drc_unisolate_logical()Daniel Henrique Barboza1-0/+23
2021-05-04spapr.c: do not use MachineClass::max_cpus to limit CPUsDaniel Henrique Barboza1-1/+10