summaryrefslogtreecommitdiff
path: root/hw/pci-host
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-15e500: fix pci host bridge class/typeMichael Davidsaver1-5/+0
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2-6/+6
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson11-47/+48
2017-11-16hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum2-5/+69
2017-10-31hw/pci-host/gpex: Improve INTX to gsi routing error checkingEric Auger1-2/+8
2017-10-19sun4u: update PCI topology to include simba PCI bridgesMark Cave-Ayland1-11/+36
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost10-0/+60
2017-10-15pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost1-0/+4
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-09-14hw/pci-host/gpex: Implement PCI INTx routingPranavkumar Sawargaonkar1-0/+12
2017-09-14hw/pci-host/gpex: Set INTx index/gsi mappingPranavkumar Sawargaonkar1-0/+10
2017-09-04apb: add busA qdev property to PBM PCI bridgeMark Cave-Ayland1-7/+37
2017-09-04apb: fix endianness for APB and PCI config accessesMark Cave-Ayland1-4/+2
2017-09-04apb: fix up PCI bus nomenclatureMark Cave-Ayland1-7/+5
2017-08-31q35: use DIV_ROUND_UPMarc-André Lureau1-1/+1
2017-08-31piix: use DIV_ROUND_UPMarc-André Lureau1-1/+1
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2-2/+2
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-8/+21
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy1-5/+18
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy1-3/+3
2017-07-13Convert error_report() to warn_report()Alistair Francis1-1/+1
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell4-14/+13
2017-06-20qdev: Use appropriate getter/setters typeMarc-André Lureau3-3/+3