summary refs log tree commit diff stats
path: root/include/hw/ppc (follow)
Commit message (Expand)AuthorAgeFilesLines
* ppc/pef: switch to use confidential_guest_kvm_init/reset()Xiaoyao Li2024-04-231-17/+0
* spapr: nested: Introduce cap-nested-papr for Nested PAPR APIHarsh Prateek Bora2024-03-131-1/+5
* spapr: nested: Use correct source for parttbl info for nested PAPR API.Harsh Prateek Bora2024-03-131-0/+2
* spapr: nested: Introduce H_GUEST_[GET|SET]_STATE hcalls.Harsh Prateek Bora2024-03-132-0/+26
* spapr: nested: Initialize the GSB elements lookup table.Harsh Prateek Bora2024-03-131-0/+313
* spapr: nested: Extend nested_ppc_state for nested PAPR APIHarsh Prateek Bora2024-03-131-0/+50
* spapr: nested: Introduce H_GUEST_CREATE_VCPU hcall.Harsh Prateek Bora2024-03-132-0/+10
* spapr: nested: Introduce H_GUEST_[CREATE|DELETE] hcalls.Harsh Prateek Bora2024-03-132-1/+10
* spapr: nested: Introduce H_GUEST_[GET|SET]_CAPABILITIES hcalls.Harsh Prateek Bora2024-03-132-1/+18
* spapr: nested: keep nested-hv related code restricted to its API.Harsh Prateek Bora2024-03-131-0/+3
* spapr: nested: Introduce SpaprMachineStateNested to store related info.Harsh Prateek Bora2024-03-132-1/+7
* spapr: nested: move nested part of spapr_get_pate into spapr_nested.cHarsh Prateek Bora2024-03-131-1/+2
* spapr: nested: register nested-hv api hcalls only for cap-nested-hvHarsh Prateek Bora2024-03-132-1/+4
* ppc/pnv: Improve pervasive topology calculation for big-coreCaleb Schlossin2024-03-132-1/+2
* ppc/pnv: Implement the ChipTOD to Core transferNicholas Piggin2024-02-232-0/+6
* ppc/pnv: Wire ChipTOD model to powernv9 and powernv10 machinesNicholas Piggin2024-02-231-0/+3
* ppc/pnv: Add POWER9/10 chiptod modelNicholas Piggin2024-02-232-0/+58
* hw/ppc: N1 chiplet wiringChalapathi V2024-02-231-0/+2
* hw/ppc: Add N1 chiplet modelChalapathi V2024-02-232-0/+38
* hw/ppc: Add pnv nest pervasive common chiplet modelChalapathi V2024-02-232-0/+35
* ppc/pnv: Add pca9552 to powernv10-rainier for PCIe hotplug power controlGlenn Miles2024-02-231-0/+1
* ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs.Harsh Prateek Bora2024-02-231-1/+13
* hw/ppc/spapr_hcall: Rename {softmmu -> vhyp_mmu}_resize_hpt_prPhilippe Mathieu-Daudé2024-02-231-3/+6
* hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.hPhilippe Mathieu-Daudé2024-02-221-5/+0
* include: Clean up includesPeter Maydell2024-01-301-1/+0
* hw/ppc/xive2_regs: Remove unnecessary 'cpu.h' inclusionPhilippe Mathieu-Daudé2024-01-051-1/+1
* Merge tag 'pull-ppc-20231107' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2023-11-084-10/+54
|\
| * ppc: qtest already exports qtest_rtas_call()Juan Quintela2023-11-071-10/+0
| * ppc/pnv: Fix number of I2C engines and ports for power9/10Glenn Miles2023-11-071-4/+2
| * ppc/pnv: Connect PNV I2C controller to powernv10Glenn Miles2023-11-072-0/+7
| * ppc/pnv: Connect I2C controller model to powernv9 chipCédric Le Goater2023-11-071-0/+8
| * ppc/pnv: Add an I2C controller modelCédric Le Goater2023-11-072-0/+41
* | target/ppc: Move PowerPCCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé2023-11-071-1/+1
|/
* hw/ppc/pnv_xscom: Move sysbus_mmio_map() call within pnv_xscom_init()Philippe Mathieu-Daudé2023-10-191-1/+1
* hw/ppc/pnv_xscom: Rename pnv_xscom_realize(Error **) -> pnv_xscom_init()Philippe Mathieu-Daudé2023-10-191-1/+1
* hw/ppc: Clean up local variable shadowing in _FDT helper routineCédric Le Goater2023-09-291-4/+4
* ppc: spelling fixesMichael Tokarev2023-09-202-2/+2
* spapr: Remove support for NVIDIA V100 GPU with NVLink2Cédric Le Goater2023-09-181-7/+2
* ppc/xive: Introduce a new XiveRouter end_notify() handlerCédric Le Goater2023-09-061-0/+2
* spapr: Fix record-replay machine reset consuming too many eventsNicholas Piggin2023-09-061-0/+1
* spapr: Fix machine reset deadlock from replay-recordNicholas Piggin2023-09-061-0/+1
* hw/ppc: Reset timebase facilities on machine resetNicholas Piggin2023-09-061-1/+2
* ppc/pnv: Add QME region for P10Joel Stanley2023-07-072-0/+15
* ppc/pnv: Set P10 core xscom region size to match hardwareNicholas Piggin2023-07-072-1/+2
* ppc440_pcix: Rename QOM type define abd move it to common headerBALATON Zoltan2023-07-071-0/+1
* ppc4xx_pci: Add define for ppc4xx-host-bridge type nameBALATON Zoltan2023-07-071-0/+1
* ppc4xx_pci: Rename QOM type name defineBALATON Zoltan2023-07-071-1/+1
* ppc440: Remove ppc460ex_pcie_init legacy init functionBALATON Zoltan2023-07-071-0/+1
* ppc/pnv: Add P10 quad xscom modelJoel Stanley2023-07-071-1/+1
* ppc/pnv: Subclass quad xscom callbacksJoel Stanley2023-07-071-1/+12