summaryrefslogtreecommitdiffstats
path: root/hw/pci-host
Commit message (Expand)AuthorAgeFilesLines
...
* uninorth: fix PCI and AGP bus mixupMark Cave-Ayland2018-04-271-11/+13
* uninorth: move PCI host bridge bus initialisation into device realizeMark Cave-Ayland2018-04-271-49/+68
* uninorth: introduce temporary pic_irqs device propertyMark Cave-Ayland2018-04-271-2/+23
* uninorth: move PCI mmio memory region initialisation into init functionMark Cave-Ayland2018-04-271-10/+18
* grackle: move PCI IO (ISA) memory region into the grackle deviceMark Cave-Ayland2018-04-271-1/+6
* grackle: remove deprecated pci_grackle_init() functionMark Cave-Ayland2018-04-271-27/+1Star
* grackle: general tidy-up and QOMifyMark Cave-Ayland2018-04-271-34/+62
* uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth deviceMark Cave-Ayland2018-04-271-8/+8
* uninorth: move uninorth definitions into uninorth.hMark Cave-Ayland2018-04-271-21/+1Star
* uninorth: QOMify PCI and AGP host bridgesMark Cave-Ayland2018-04-271-47/+32Star
* uninorth: trivial style fixupsMark Cave-Ayland2018-04-271-10/+19
* pci: Add support for Designware IP blockAndrey Smirnov2018-03-092-0/+756
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-02-131-1/+0Star
|\
| * pci: removed the is_express field since a uniform interface was insertedYoni Bettan2018-02-081-1/+0Star
* | Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
|/
* hw/pci*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis2018-02-061-3/+3
* uninorth: convert to trace-eventsMark Cave-Ayland2018-01-272-19/+11Star
* grackle: convert to trace-eventsMark Cave-Ayland2018-01-272-11/+5Star
* sabre: convert from SABRE_DPRINTF macro to trace-eventsMark Cave-Ayland2018-01-242-22/+21Star
* apb: rename apb.c to sabre.cMark Cave-Ayland2018-01-242-29/+30
* apb: rename QOM type from TYPE_APB to TYPE_SABREMark Cave-Ayland2018-01-241-15/+15
* apb: QOMify sabre PCI host bridgeMark Cave-Ayland2018-01-241-3/+3
* apb: change pbm_pci_host prefix functions to use sabre_pci prefixMark Cave-Ayland2018-01-241-6/+6
* apb: rename APB functions to use sabre prefixMark Cave-Ayland2018-01-241-55/+54Star
* simba: rename PBMPCIBridge and QOM types to reflect simba namingMark Cave-Ayland2018-01-241-6/+6
* apb: split simba PCI bridge into hw/pci-bridge/simba.cMark Cave-Ayland2018-01-241-61/+1Star
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-1/+1
* Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2018-01-112-447/+102Star
|\
| * sun4u: split IOMMU device out from apb.c to sun4u_iommu.cMark Cave-Ayland2018-01-091-273/+0Star
| * apb: QOMify IOMMUMark Cave-Ayland2018-01-091-20/+57
| * apb: replace OBIO interrupt numbers in pci_pbmA_map_irq() with constantsMark Cave-Ayland2018-01-091-2/+2
| * ebus: wire up OBIO interrupts to APB pbm via qdev GPIOsMark Cave-Ayland2018-01-091-1/+1
| * apb: remove busA property from PBMPCIBridge stateMark Cave-Ayland2018-01-091-16/+13Star
| * apb: split pci_pbm_map_irq() into separate functions for bus A and bus BMark Cave-Ayland2018-01-091-25/+20Star
| * apb: remove pci_apb_init() and instantiate APB device using qdevMark Cave-Ayland2018-01-091-63/+61Star
| * apb: move the two secondary PCI bridges objects into APBStateMark Cave-Ayland2018-01-091-9/+5Star
| * apb: use gpios to wire up the apb device to the SPARC CPU IRQsMark Cave-Ayland2018-01-091-4/+2Star
| * apb: return APBState from pci_apb_init() rather than PCIBusMark Cave-Ayland2018-01-091-4/+4
| * apb: APB QOMify tidy-upMark Cave-Ayland2018-01-091-9/+8Star
| * sun4u: remove pci_ebus_init() functionMark Cave-Ayland2018-01-091-3/+1Star
| * apb: move QOM macros and typedefs from apb.c to apb.hMark Cave-Ayland2018-01-091-85/+0Star
| * e500: fix pci host bridge class/typeMichael Davidsaver2017-12-141-5/+0Star
* | hw/pci-host/xilinx: QOM'ify the AXI-PCIe host bridgePhilippe Mathieu-Daudé2017-12-211-11/+10Star
* | hw/pci-host/piix: QOM'ify the IGD Passthrough host bridgePhilippe Mathieu-Daudé2017-12-211-25/+20Star
* | pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-052-6/+6
* | pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-0511-47/+48
|/
* hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum2017-11-162-5/+69
* hw/pci-host/gpex: Improve INTX to gsi routing error checkingEric Auger2017-10-311-2/+8
* sun4u: update PCI topology to include simba PCI bridgesMark Cave-Ayland2017-10-191-11/+36
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-1510-0/+60