summaryrefslogtreecommitdiff
path: root/include/hw/pci-host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-ppc-20230303' of https://gitlab.com/danielhb/qemu into stagingPeter Maydell2023-03-041-0/+3
|\
| * pnv_phb4_pec: Simplify/align code to parent user-created PHBsFrederic Barrat2023-03-031-1/+1
| * pnv_phb4_pec: Move pnv_phb4_get_pec() to rightful fileFrederic Barrat2023-03-031-0/+1
| * pnv_phb4_pec: Keep track of instantiated PHBsFrederic Barrat2023-03-031-0/+2
* | hw/loongarch/virt: rename PCH_PIC_IRQ_OFFSET with VIRT_GSI_BASEBibo Mao2023-03-031-8/+9
|/
* ppc/pnv/pci: Update PHB5 version registerFrederic Barrat2023-02-051-1/+1
* ppc/pnv/pci: Remove duplicate definition of PNV_PHB5_DEVICE_IDFrederic Barrat2023-02-051-1/+0
* ppc/pnv/pci: Cleanup PnvPHBPecState structureFrederic Barrat2023-02-051-2/+0
* include/hw/ppc include/hw/pci-host: Drop extra typedefsMarkus Armbruster2023-01-202-3/+0
* include/hw/ppc: Don't include hw/pci-host/pnv_phb.h from pnv.hMarkus Armbruster2023-01-201-1/+2
* hw/pci-host/bonito: Declare TYPE_BONITO_PCI_HOST_BRIDGE in headerPhilippe Mathieu-Daudé2023-01-131-0/+18
* include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-084-4/+4
* include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster2023-01-086-11/+2
* hw/intc/loongarch_pch: Change default irq number of pch irq controllerTianrui Zhao2023-01-061-0/+1
* hw/intc/loongarch_pch_msi: add irq number propertyTianrui Zhao2023-01-061-1/+0
* hw/loongarch: Improve fdt for LoongArch virt machineXiaojuan Yang2022-11-041-0/+1
* hw/ppc/mac.h: Move grackle-pcihost type declaration out to a headerBALATON Zoltan2022-10-311-0/+44
* hw/loongarch: Add platform bus supportXiaojuan Yang2022-09-201-0/+5
* ppc/pnv: add phb-id/chip-id PnvPHB4RootBus propertiesDaniel Henrique Barboza2022-08-311-0/+10
* ppc/pnv: add phb-id/chip-id PnvPHB3RootBus propertiesDaniel Henrique Barboza2022-08-311-1/+8
* ppc/pnv: remove PnvPHB4.versionDaniel Henrique Barboza2022-08-311-2/+0
* ppc/pnv: remove pecc->rp_modelDaniel Henrique Barboza2022-08-311-1/+0
* ppc/pnv: remove pnv-phb4-root-portDaniel Henrique Barboza2022-08-311-9/+0
* ppc/pnv: remove pnv-phb3-root-portDaniel Henrique Barboza2022-08-311-6/+0
* ppc/pnv: turn PnvPHB4 into a PnvPHB backendDaniel Henrique Barboza2022-08-311-1/+4
* ppc/pnv: add PHB4 bus init helperDaniel Henrique Barboza2022-08-311-0/+1
* ppc/pnv: turn PnvPHB3 into a PnvPHB backendDaniel Henrique Barboza2022-08-311-1/+4
* ppc/pnv: add PHB3 bus init helperDaniel Henrique Barboza2022-08-311-0/+1
* hw/loongarch: Change macro name 'LS7A_XXX' to 'VIRT_XXX'Xiaojuan Yang2022-07-291-23/+20
* i386/pc: create pci-host qdev prior to pc_memory_init()Joao Martins2022-07-261-1/+2
* hw/loongarch: Add acpi ged supportXiaojuan Yang2022-07-191-0/+4
* ppc: Define SETFIELD for the ppc targetAlexey Kardashevskiy2022-07-061-16/+0
* hw/pci-host/i440fx: Remove unused parameter from i440fx_init()Bernhard Beschow2022-06-281-1/+0
* hw/loongarch: Add LoongArch ls7a rtc device supportXiaojuan Yang2022-06-061-0/+4
* hw/loongarch: Add some devices support for 3A5000.Xiaojuan Yang2022-06-061-0/+7
* hw/intc: Add LoongArch ls7a msi interrupt controller support(PCH-MSI)Xiaojuan Yang2022-06-061-0/+3
* hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)Xiaojuan Yang2022-06-061-0/+30
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-111-2/+2
* dino: move from hw/hppa to hw/pci-hostMark Cave-Ayland2022-05-081-0/+146
* ppc/pnv: Fix number of registers in the PCIe controller on POWER9Frederic Barrat2022-04-041-1/+1
* ppc/pnv: Introduce a pnv-phb5 device to match root portFrederic Barrat2022-03-141-0/+5
* ppc/pnv: Add support for PHB5 "Address-based trigger" modeCédric Le Goater2022-03-021-0/+2
* ppc/pnv: Add support for PQ offload on PHB5Cédric Le Goater2022-03-021-0/+1
* ppc/pnv: Add model for POWER10 PHB5 PCIe Host bridgeCédric Le Goater2022-03-021-0/+12
* ppc/pnv: Add a 'rp_model' class attribute for the PHB4 PECCédric Le Goater2022-01-181-0/+1
* ppc/pnv: remove PnvPhb4PecStack objectDaniel Henrique Barboza2022-01-181-17/+0
* ppc/pnv: make PECs create and realize PHB4sDaniel Henrique Barboza2022-01-181-5/+3
* ppc/pnv: remove PnvPhb4PecStack::stack_noDaniel Henrique Barboza2022-01-181-3/+0
* ppc/pnv: remove stack pointer from PnvPHB4Daniel Henrique Barboza2022-01-181-2/+0
* ppc/pnv: introduce PnvPHB4 'pec' propertyDaniel Henrique Barboza2022-01-181-0/+3