summaryrefslogtreecommitdiff
path: root/hw/pci-host
AgeCommit message (Expand)Author
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é
2017-12-21hw/pci-host/piix: QOM'ify the IGD Passthrough host bridgePhilippe Mathieu-Daudé
2017-12-15e500: fix pci host bridge class/typeMichael Davidsaver
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson
2017-11-16hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum
2017-10-31hw/pci-host/gpex: Improve INTX to gsi routing error checkingEric Auger
2017-10-19sun4u: update PCI topology to include simba PCI bridgesMark Cave-Ayland
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-10-15pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-14hw/pci-host/gpex: Implement PCI INTx routingPranavkumar Sawargaonkar
2017-09-14hw/pci-host/gpex: Set INTx index/gsi mappingPranavkumar Sawargaonkar
2017-09-04apb: add busA qdev property to PBM PCI bridgeMark Cave-Ayland
2017-09-04apb: fix endianness for APB and PCI config accessesMark Cave-Ayland
2017-09-04apb: fix up PCI bus nomenclatureMark Cave-Ayland
2017-08-31q35: use DIV_ROUND_UPMarc-André Lureau
2017-08-31piix: use DIV_ROUND_UPMarc-André Lureau
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell