summaryrefslogtreecommitdiffstats
path: root/hw/pci-host
Commit message (Expand)AuthorAgeFilesLines
* uninorth: remove token register from uninorth deviceMark Cave-Ayland2018-06-121-6/+5Star
* hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* hw/pci-host/q35: Replace hardcoded value with macroZihan Yang2018-05-231-6/+11
* uninorth: create new uninorth deviceMark Cave-Ayland2018-05-042-0/+60
* uninorth: rename UNINState to UNINHostStateMark Cave-Ayland2018-04-271-16/+16
* uninorth: move PCI IO (ISA) memory region into the uninorth deviceMark Cave-Ayland2018-04-271-4/+10
* uninorth: use object link to pass OpenPIC object to uninorthMark Cave-Ayland2018-04-271-30/+43
* uninorth: remove obsolete pci_pmac_u3_init() functionMark Cave-Ayland2018-04-271-25/+5Star
* uninorth: remove obsolete pci_pmac_init() functionMark Cave-Ayland2018-04-271-41/+5Star
* uninorth: enable internal PCI host bridgeMark Cave-Ayland2018-04-271-5/+23
* 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