summaryrefslogtreecommitdiffstats
path: root/hw/pci-host/pnv_phb4.c
Commit message (Expand)AuthorAgeFilesLines
* ppc/pnv: move PCI registers to PnvPHB4Daniel Henrique Barboza2022-01-181-15/+15
* ppc/pnv: use PHB4 obj in pnv_pec_stk_pci_xscom_opsDaniel Henrique Barboza2022-01-181-5/+5
* ppc/pnv: use stack->pci_regs[] in pnv_pec_stk_pci_xscom_write()Daniel Henrique Barboza2022-01-121-10/+10
* ppc/pnv: turn pnv_phb4_update_regions() into staticDaniel Henrique Barboza2022-01-121-26/+26
* ppc/pnv: Introduce user creatable pnv-phb4 devicesDaniel Henrique Barboza2022-01-121-2/+72
* ppc/pnv: turn 'phb' into a pointer in struct PnvPhb4PecStackDaniel Henrique Barboza2022-01-121-1/+1
* ppc/pnv: move PHB4 XSCOM init to phb4_realize()Daniel Henrique Barboza2022-01-121-0/+304
* pnv_phb4_pec.c: move pnv_pec_phb_offset() to pnv_phb4.cDaniel Henrique Barboza2022-01-121-0/+17
* pnv_phb4.c: check if root port exists in rc_config functionsDaniel Henrique Barboza2022-01-121-2/+8
* pnv_phb4.c: make pnv-phb4-root-port user creatableDaniel Henrique Barboza2022-01-121-11/+7Star
* pnv_phb4.c: add unique chassis and slot for pnv_phb4_root_portDaniel Henrique Barboza2022-01-121-0/+15
* pnv_phb4.c: do not set 'root-bus' as bus nameDaniel Henrique Barboza2022-01-041-1/+1
* ppc/pnv: Remove the PHB4 "device-id" propertyCédric Le Goater2022-01-041-1/+0Star
* ppc/pnv: Remove PHB4 reset handlerCédric Le Goater2022-01-041-13/+0Star
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-2/+3
* pci-host: Allow extended config space access for PowerNV PHB4 modelChristophe Lombard2021-12-171-0/+1
* hw/pci-hist/pnv_phb4: Fix typo in pnv_phb4_ioda_writeRichard Henderson2021-07-261-1/+1
* ppc/pnv: Add trace events for PCI event notificationCédric Le Goater2021-02-101-0/+3
* hw/pci-host: Use the PCI_BUILD_BDF() macro from 'hw/pci/pci.h'Philippe Mathieu-Daudé2021-01-041-1/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-0/+1
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-3/+1Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-2/+2
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-2/+1Star
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-4/+2Star
* qom: Tidy up a few object_initialize_child() callsMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster2020-06-151-2/+1Star
* ppc/pnv: change the PowerNV machine devices to be non user creatableCédric Le Goater2020-02-021-1/+2
* ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridgeBenjamin Herrenschmidt2020-02-021-0/+1438