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