aboutsummaryrefslogtreecommitdiff
path: root/include/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2023-11-08Merge tag 'pull-ppc-20231107' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi4-10/+54
2023-11-07ppc: qtest already exports qtest_rtas_call()Juan Quintela1-10/+0
2023-11-07ppc/pnv: Fix number of I2C engines and ports for power9/10Glenn Miles1-4/+2
2023-11-07ppc/pnv: Connect PNV I2C controller to powernv10Glenn Miles2-0/+7
2023-11-07ppc/pnv: Connect I2C controller model to powernv9 chipCédric Le Goater1-0/+8
2023-11-07ppc/pnv: Add an I2C controller modelCédric Le Goater2-0/+41
2023-11-07target/ppc: Move PowerPCCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé1-1/+1
2023-10-19hw/ppc/pnv_xscom: Move sysbus_mmio_map() call within pnv_xscom_init()Philippe Mathieu-Daudé1-1/+1
2023-10-19hw/ppc/pnv_xscom: Rename pnv_xscom_realize(Error **) -> pnv_xscom_init()Philippe Mathieu-Daudé1-1/+1
2023-09-29hw/ppc: Clean up local variable shadowing in _FDT helper routineCédric Le Goater1-4/+4
2023-09-20ppc: spelling fixesMichael Tokarev2-2/+2
2023-09-18spapr: Remove support for NVIDIA V100 GPU with NVLink2Cédric Le Goater1-7/+2
2023-09-06ppc/xive: Introduce a new XiveRouter end_notify() handlerCédric Le Goater1-0/+2
2023-09-06spapr: Fix record-replay machine reset consuming too many eventsNicholas Piggin1-0/+1
2023-09-06spapr: Fix machine reset deadlock from replay-recordNicholas Piggin1-0/+1
2023-09-06hw/ppc: Reset timebase facilities on machine resetNicholas Piggin1-1/+2
2023-07-07ppc/pnv: Add QME region for P10Joel Stanley2-0/+15
2023-07-07ppc/pnv: Set P10 core xscom region size to match hardwareNicholas Piggin2-1/+2
2023-07-07ppc440_pcix: Rename QOM type define abd move it to common headerBALATON Zoltan1-0/+1
2023-07-07ppc4xx_pci: Add define for ppc4xx-host-bridge type nameBALATON Zoltan1-0/+1
2023-07-07ppc4xx_pci: Rename QOM type name defineBALATON Zoltan1-1/+1
2023-07-07ppc440: Remove ppc460ex_pcie_init legacy init functionBALATON Zoltan1-0/+1
2023-07-07ppc/pnv: Add P10 quad xscom modelJoel Stanley1-1/+1
2023-07-07ppc/pnv: Subclass quad xscom callbacksJoel Stanley1-1/+12
2023-07-07pnv/xive: Add property on xive sources to define PQ state on resetFrederic Barrat1-0/+1
2023-06-25pnv/xive2: Add a get_config() method on the presenter classFrederic Barrat1-0/+3
2023-06-25target/ppc: Add msgsnd/p and DPDES SMT supportNicholas Piggin1-0/+1
2023-06-25ppc/spapr: Move spapr nested HV to a new fileNicholas Piggin2-62/+102
2023-06-25ppc/spapr: Add a nested state structNicholas Piggin1-2/+3
2023-06-10hw/ppc/openpic: Do not open-code ROUND_UP() macroPhilippe Mathieu-Daudé1-1/+1
2023-06-10pnv/xive2: Introduce macros to manipulate TIMA addressesFrederic Barrat1-0/+16
2023-05-28target/ppc: Add POWER9 DD2.2 modelNicholas Piggin1-1/+1
2023-05-28spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcallNicholas Piggin1-1/+3
2023-03-03pnv_phb4_pec: Simplify/align code to parent user-created PHBsFrederic Barrat1-1/+1
2023-01-20include/hw/ppc include/hw/pci-host: Drop extra typedefsMarkus Armbruster4-13/+7
2023-01-20include/hw/ppc: Don't include hw/pci-host/pnv_phb.h from pnv.hMarkus Armbruster1-1/+2
2023-01-20include/hw/ppc: Supply a few missing includesMarkus Armbruster7-5/+13
2023-01-20include/hw/ppc: Split pnv_chip.h off pnv.hMarkus Armbruster2-141/+149
2023-01-08include: Include headers where neededMarkus Armbruster1-1/+1
2022-12-21hw/ppc/spapr: Reduce "vof.h" inclusionPhilippe Mathieu-Daudé1-1/+2
2022-12-21hw/ppc/vof: Do not include the full "cpu.h"Philippe Mathieu-Daudé1-1/+1
2022-12-16hw/pci-host/pnv_phb3_msi: Convert TYPE_PHB3_MSI to 3-phase resetPeter Maydell1-1/+1
2022-10-28ppc4xx_sdram: Move ppc4xx_sdram_banks() to ppc4xx_sdram.cBALATON Zoltan1-12/+8
2022-10-17ppc440_uc.c: Move some macros to ppc4xx.hBALATON Zoltan1-0/+4
2022-10-17ppc440_sdram: QOM'ifyBALATON Zoltan1-2/+16
2022-10-17ppc4xx_sdram: Rename functions to prevent name clashesBALATON Zoltan1-2/+2
2022-10-17ppc440_sdram: Get rid of the init RAM hackBALATON Zoltan1-0/+2
2022-10-17ppc4xx_sdram: QOM'ifyBALATON Zoltan1-5/+26
2022-10-17ppc4xx_sdram: Move size check to ppc4xx_sdram_init()BALATON Zoltan1-1/+1
2022-10-17ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()BALATON Zoltan1-6/+3