summaryrefslogtreecommitdiff
path: root/include/hw/pci-host
AgeCommit message (Expand)Author
2020-07-20spapr: Add a new level of NUMA for GPUsReza Arbab
2020-03-09hw/pci-host/q35: Remove unused includesPhilippe Mathieu-Daudé
2020-03-09hw/pci-host/q35: Include "qemu/range.h"Philippe Mathieu-Daudé
2020-02-02ppc/pnv: Add models for POWER8 PHB3 PCIe Host bridgeCédric Le Goater
2020-02-02ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridgeBenjamin Herrenschmidt
2020-01-22q35: implement 128K SMRAM at default SMBASE addressIgor Mammedov
2019-12-18hw/pci-host/i440fx: Extract PCII440FXState to "hw/pci-host/i440fx.h"Philippe Mathieu-Daudé
2019-11-05hw/pci-host/i440fx: Remove the last PIIX3 tracesPhilippe Mathieu-Daudé
2019-11-05hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé
2019-10-24spapr: Remove SpaprIrq::nr_msisDavid Gibson
2019-10-04spapr: Fold spapr_phb_lsi_qirq() into its single callerDavid Gibson
2019-08-29spapr/pci: Convert types to QEMU coding styleGreg Kurz
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16include: Make headers more self-containedMarkus Armbruster
2019-06-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...Peter Maydell
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12spapr: Clean up dt creation for PCI busesDavid Gibson
2019-05-13Clean up decorations and whitespace around header guardsMarkus Armbruster
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster
2019-04-26spapr: Support NVIDIA V100 GPU with NVLink2Alexey Kardashevskiy
2019-03-12spapr: Use CamelCase properlyDavid Gibson
2019-02-26spapr_pci: provide node start offset via spapr_populate_pci_dt()Michael Roth
2019-02-26spapr_pci: add PHB unrealizeGreg Kurz
2019-02-26spapr/pci: Generate FDT fragment at configure connector timeGreg Kurz
2019-02-17spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz
2019-01-30Don't talk about the LGPL if the file is licensed under the GPLThomas Huth
2019-01-09spapr: Eliminate SPAPR_PCI_2_7_MMIO_WIN_SIZE macroEduardo Habkost
2019-01-09spapr_pci: Define SPAPR_MAX_PHBS in hw/pci-host/spapr.hGreg Kurz
2019-01-09spapr: move spapr_create_phb() to core machine codeGreg Kurz
2018-09-25spapr_pci: add an extra 'nr_msis' argument to spapr_populate_pci_dtCédric Le Goater
2018-08-30uninorth: add ofw-addr property to allow correct fw path generationMark Cave-Ayland
2018-06-12uninorth: remove token register from uninorth deviceMark Cave-Ayland
2018-05-04uninorth: create new uninorth deviceMark Cave-Ayland
2018-04-27uninorth: rename UNINState to UNINHostStateMark Cave-Ayland
2018-04-27uninorth: move PCI IO (ISA) memory region into the uninorth deviceMark Cave-Ayland
2018-04-27uninorth: use object link to pass OpenPIC object to uninorthMark Cave-Ayland
2018-04-27uninorth: introduce temporary pic_irqs device propertyMark Cave-Ayland
2018-04-27uninorth: move uninorth definitions into uninorth.hMark Cave-Ayland
2018-03-09pci: Add support for Designware IP blockAndrey Smirnov
2018-01-24apb: rename apb.c to sabre.cMark Cave-Ayland
2018-01-24apb: rename QOM type from TYPE_APB to TYPE_SABREMark Cave-Ayland
2018-01-24apb: QOMify sabre PCI host bridgeMark Cave-Ayland
2018-01-24apb: rename APB functions to use sabre prefixMark Cave-Ayland
2018-01-24apb: split simba PCI bridge into hw/pci-bridge/simba.cMark Cave-Ayland
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin
2018-01-09sun4u: split IOMMU device out from apb.c to sun4u_iommu.cMark Cave-Ayland
2018-01-09apb: QOMify IOMMUMark Cave-Ayland
2018-01-09apb: replace OBIO interrupt numbers in pci_pbmA_map_irq() with constantsMark Cave-Ayland
2018-01-09ebus: wire up OBIO interrupts to APB pbm via qdev GPIOsMark Cave-Ayland
2018-01-09apb: remove busA property from PBMPCIBridge stateMark Cave-Ayland