summaryrefslogtreecommitdiff
path: root/hw/pci-host
AgeCommit message (Expand)Author
2018-05-23hw/pci-host/q35: Replace hardcoded value with macroZihan Yang
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: remove obsolete pci_pmac_u3_init() functionMark Cave-Ayland
2018-04-27uninorth: remove obsolete pci_pmac_init() functionMark Cave-Ayland
2018-04-27uninorth: enable internal PCI host bridgeMark Cave-Ayland
2018-04-27uninorth: fix PCI and AGP bus mixupMark Cave-Ayland
2018-04-27uninorth: move PCI host bridge bus initialisation into device realizeMark Cave-Ayland
2018-04-27uninorth: introduce temporary pic_irqs device propertyMark Cave-Ayland
2018-04-27uninorth: move PCI mmio memory region initialisation into init functionMark Cave-Ayland
2018-04-27grackle: move PCI IO (ISA) memory region into the grackle deviceMark Cave-Ayland
2018-04-27grackle: remove deprecated pci_grackle_init() functionMark Cave-Ayland
2018-04-27grackle: general tidy-up and QOMifyMark Cave-Ayland
2018-04-27uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth deviceMark Cave-Ayland
2018-04-27uninorth: move uninorth definitions into uninorth.hMark Cave-Ayland
2018-04-27uninorth: QOMify PCI and AGP host bridgesMark Cave-Ayland
2018-04-27uninorth: trivial style fixupsMark Cave-Ayland
2018-03-09pci: Add support for Designware IP blockAndrey Smirnov
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan
2018-02-06hw/pci*: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis
2018-01-27uninorth: convert to trace-eventsMark Cave-Ayland
2018-01-27grackle: convert to trace-eventsMark Cave-Ayland
2018-01-24sabre: convert from SABRE_DPRINTF macro to trace-eventsMark Cave-Ayland
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: change pbm_pci_host prefix functions to use sabre_pci prefixMark Cave-Ayland
2018-01-24apb: rename APB functions to use sabre prefixMark Cave-Ayland
2018-01-24simba: rename PBMPCIBridge and QOM types to reflect simba namingMark Cave-Ayland
2018-01-24apb: split simba PCI bridge into hw/pci-bridge/simba.cMark Cave-Ayland
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
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
2018-01-09apb: split pci_pbm_map_irq() into separate functions for bus A and bus BMark Cave-Ayland
2018-01-09apb: remove pci_apb_init() and instantiate APB device using qdevMark Cave-Ayland
2018-01-09apb: move the two secondary PCI bridges objects into APBStateMark Cave-Ayland
2018-01-09apb: use gpios to wire up the apb device to the SPARC CPU IRQsMark Cave-Ayland
2018-01-09apb: return APBState from pci_apb_init() rather than PCIBusMark Cave-Ayland
2018-01-09apb: APB QOMify tidy-upMark Cave-Ayland
2018-01-09sun4u: remove pci_ebus_init() functionMark Cave-Ayland
2018-01-09apb: move QOM macros and typedefs from apb.c to apb.hMark Cave-Ayland
2017-12-21hw/pci-host/xilinx: QOM'ify the AXI-PCIe host bridgePhilippe Mathieu-Daudé