summaryrefslogtreecommitdiff
path: root/hw/pci-host
AgeCommit message (Expand)AuthorFilesLines
2018-05-04uninorth: create new uninorth deviceMark Cave-Ayland2-0/+60
2018-04-27uninorth: rename UNINState to UNINHostStateMark Cave-Ayland1-16/+16
2018-04-27uninorth: move PCI IO (ISA) memory region into the uninorth deviceMark Cave-Ayland1-4/+10
2018-04-27uninorth: use object link to pass OpenPIC object to uninorthMark Cave-Ayland1-30/+43
2018-04-27uninorth: remove obsolete pci_pmac_u3_init() functionMark Cave-Ayland1-25/+5
2018-04-27uninorth: remove obsolete pci_pmac_init() functionMark Cave-Ayland1-41/+5
2018-04-27uninorth: enable internal PCI host bridgeMark Cave-Ayland1-5/+23
2018-04-27uninorth: fix PCI and AGP bus mixupMark Cave-Ayland1-11/+13
2018-04-27uninorth: move PCI host bridge bus initialisation into device realizeMark Cave-Ayland1-49/+68
2018-04-27uninorth: introduce temporary pic_irqs device propertyMark Cave-Ayland1-2/+23
2018-04-27uninorth: move PCI mmio memory region initialisation into init functionMark Cave-Ayland1-10/+18
2018-04-27grackle: move PCI IO (ISA) memory region into the grackle deviceMark Cave-Ayland1-1/+6
2018-04-27grackle: remove deprecated pci_grackle_init() functionMark Cave-Ayland1-27/+1
2018-04-27grackle: general tidy-up and QOMifyMark Cave-Ayland1-34/+62
2018-04-27uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth deviceMark Cave-Ayland1-8/+8
2018-04-27uninorth: move uninorth definitions into uninorth.hMark Cave-Ayland1-21/+1
2018-04-27uninorth: QOMify PCI and AGP host bridgesMark Cave-Ayland1-47/+32
2018-04-27uninorth: trivial style fixupsMark Cave-Ayland1-10/+19
2018-03-09pci: Add support for Designware IP blockAndrey Smirnov2-0/+756
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan1-1/+0
2018-02-06hw/pci*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-3/+3
2018-01-27uninorth: convert to trace-eventsMark Cave-Ayland2-19/+11
2018-01-27grackle: convert to trace-eventsMark Cave-Ayland2-11/+5
2018-01-24sabre: convert from SABRE_DPRINTF macro to trace-eventsMark Cave-Ayland2-22/+21
2018-01-24apb: rename apb.c to sabre.cMark Cave-Ayland2-29/+30
2018-01-24apb: rename QOM type from TYPE_APB to TYPE_SABREMark Cave-Ayland1-15/+15
2018-01-24apb: QOMify sabre PCI host bridgeMark Cave-Ayland1-3/+3
2018-01-24apb: change pbm_pci_host prefix functions to use sabre_pci prefixMark Cave-Ayland1-6/+6
2018-01-24apb: rename APB functions to use sabre prefixMark Cave-Ayland1-55/+54
2018-01-24simba: rename PBMPCIBridge and QOM types to reflect simba namingMark Cave-Ayland1-6/+6
2018-01-24apb: split simba PCI bridge into hw/pci-bridge/simba.cMark Cave-Ayland1-61/+1
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis1-1/+1
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2-447/+102
2018-01-09sun4u: split IOMMU device out from apb.c to sun4u_iommu.cMark Cave-Ayland1-273/+0
2018-01-09apb: QOMify IOMMUMark Cave-Ayland1-20/+57
2018-01-09apb: replace OBIO interrupt numbers in pci_pbmA_map_irq() with constantsMark Cave-Ayland1-2/+2
2018-01-09ebus: wire up OBIO interrupts to APB pbm via qdev GPIOsMark Cave-Ayland1-1/+1
2018-01-09apb: remove busA property from PBMPCIBridge stateMark Cave-Ayland1-16/+13
2018-01-09apb: split pci_pbm_map_irq() into separate functions for bus A and bus BMark Cave-Ayland1-25/+20
2018-01-09apb: remove pci_apb_init() and instantiate APB device using qdevMark Cave-Ayland1-63/+61
2018-01-09apb: move the two secondary PCI bridges objects into APBStateMark Cave-Ayland1-9/+5
2018-01-09apb: use gpios to wire up the apb device to the SPARC CPU IRQsMark Cave-Ayland1-4/+2
2018-01-09apb: return APBState from pci_apb_init() rather than PCIBusMark Cave-Ayland1-4/+4
2018-01-09apb: APB QOMify tidy-upMark Cave-Ayland1-9/+8
2018-01-09sun4u: remove pci_ebus_init() functionMark Cave-Ayland1-3/+1
2018-01-09apb: move QOM macros and typedefs from apb.c to apb.hMark Cave-Ayland1-85/+0
2017-12-21hw/pci-host/xilinx: QOM'ify the AXI-PCIe host bridgePhilippe Mathieu-Daudé1-11/+10
2017-12-21hw/pci-host/piix: QOM'ify the IGD Passthrough host bridgePhilippe Mathieu-Daudé1-25/+20