summaryrefslogtreecommitdiffstats
path: root/include/hw/pci-host
Commit message (Expand)AuthorAgeFilesLines
...
* uninorth: rename UNINState to UNINHostStateMark Cave-Ayland2018-04-271-6/+6
* uninorth: move PCI IO (ISA) memory region into the uninorth deviceMark Cave-Ayland2018-04-271-0/+1
* uninorth: use object link to pass OpenPIC object to uninorthMark Cave-Ayland2018-04-271-1/+4
* uninorth: introduce temporary pic_irqs device propertyMark Cave-Ayland2018-04-271-0/+1
* uninorth: move uninorth definitions into uninorth.hMark Cave-Ayland2018-04-271-0/+51
* pci: Add support for Designware IP blockAndrey Smirnov2018-03-091-0/+102
* apb: rename apb.c to sabre.cMark Cave-Ayland2018-01-241-1/+1
* apb: rename QOM type from TYPE_APB to TYPE_SABREMark Cave-Ayland2018-01-241-5/+5
* apb: QOMify sabre PCI host bridgeMark Cave-Ayland2018-01-241-3/+11
* apb: rename APB functions to use sabre prefixMark Cave-Ayland2018-01-241-1/+0Star
* apb: split simba PCI bridge into hw/pci-bridge/simba.cMark Cave-Ayland2018-01-241-9/+0Star
* Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2018-01-112-6/+50
|\
| * sun4u: split IOMMU device out from apb.c to sun4u_iommu.cMark Cave-Ayland2018-01-091-56/+1Star
| * apb: QOMify IOMMUMark Cave-Ayland2018-01-091-1/+7
| * apb: replace OBIO interrupt numbers in pci_pbmA_map_irq() with constantsMark Cave-Ayland2018-01-091-0/+2
| * ebus: wire up OBIO interrupts to APB pbm via qdev GPIOsMark Cave-Ayland2018-01-091-1/+7
| * apb: remove busA property from PBMPCIBridge stateMark Cave-Ayland2018-01-091-3/+0Star
| * apb: remove pci_apb_init() and instantiate APB device using qdevMark Cave-Ayland2018-01-091-2/+2
| * apb: move the two secondary PCI bridges objects into APBStateMark Cave-Ayland2018-01-091-2/+3
| * apb: use gpios to wire up the apb device to the SPARC CPU IRQsMark Cave-Ayland2018-01-091-2/+4
| * apb: return APBState from pci_apb_init() rather than PCIBusMark Cave-Ayland2018-01-091-3/+3
| * sun4u: remove pci_ebus_init() functionMark Cave-Ayland2018-01-091-2/+1Star
| * apb: move QOM macros and typedefs from apb.c to apb.hMark Cave-Ayland2018-01-091-0/+86
| * spapr: introduce a spapr_qirq() helperCédric Le Goater2017-12-141-1/+1
* | pci: Move bridge data structures from pci_bus.h to pci_bridge.hDavid Gibson2017-12-051-1/+1
|/
* hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum2017-11-161-0/+1
* hw/pci-host/gpex: Set INTx index/gsi mappingPranavkumar Sawargaonkar2017-09-141-0/+3
* q35/mch: implement extended TSEG sizesLaszlo Ersek2017-06-161-0/+6
* hw/ppc: removing drc->detach_cb and drc->detach_cb_opaqueDaniel Henrique Barboza2017-05-251-0/+3
* pseries: Don't expose PCIe extended config space on older machine typesDavid Gibson2017-03-141-0/+2
* ppc/xics: use the QOM interface to get irqsCédric Le Goater2017-03-011-1/+1
* hw: xilinx-pcie: Add support for Xilinx AXI PCIe ControllerPaul Burton2017-02-221-0/+68
* include: Fix typos found by codespellStefan Weil2017-01-241-1/+1
* spapr: Fix 2.7<->2.8 migration of PCI host bridgeDavid Gibson2016-11-231-0/+6
* spapr: Improved placement of PCI host bridges in guest memory mapDavid Gibson2016-10-161-1/+7
* spapr_pci: Add a 64-bit MMIO windowDavid Gibson2016-10-161-2/+6
* spapr_pci: Delegate placement of PCI host bridges to machine typeDavid Gibson2016-10-161-10/+1Star
* spapr_pci: Add numa node idAlexey Kardashevskiy2016-09-231-0/+2
* Remove unused function declarationsLadi Prosek2016-09-151-2/+0Star
* acpi: add DMAR scope definition for root IOAPICPeter Xu2016-07-201-0/+8
* Clean up header guards that don't match their file nameMarkus Armbruster2016-07-123-7/+7
* spapr_pci: Include spapr.h instead of playing games with #errorMarkus Armbruster2016-07-121-3/+1Star
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-07-051-2/+1Star
|\
| * pc: Eliminate PcPciInfoMarkus Armbruster2016-07-041-1/+1
| * machine: remove iommu propertyMarcel Apfelbaum2016-07-041-1/+0Star
* | spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW)Alexey Kardashevskiy2016-07-051-1/+7
|/
* ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt2016-07-011-1/+1
* Q35: implement property interfece to several parametersEfimov Vasily2016-06-291-2/+7
* spapr_pci: Add and export DMA resetting helperAlexey Kardashevskiy2016-06-071-0/+2
* spapr_pci: Remove finish_realize hookDavid Gibson2016-03-151-12/+0Star