summaryrefslogtreecommitdiffstats
path: root/hw/pci-host
Commit message (Expand)AuthorAgeFilesLines
* 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
| * apb: move QOM macros and typedefs from apb.c to apb.hMark Cave-Ayland2018-01-091-85/+0Star
| * e500: fix pci host bridge class/typeMichael Davidsaver2017-12-141-5/+0Star
* | hw/pci-host/xilinx: QOM'ify the AXI-PCIe host bridgePhilippe Mathieu-Daudé2017-12-211-11/+10Star
* | hw/pci-host/piix: QOM'ify the IGD Passthrough host bridgePhilippe Mathieu-Daudé2017-12-211-25/+20Star
* | pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-052-6/+6
* | pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-0511-47/+48
|/
* hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum2017-11-162-5/+69
* hw/pci-host/gpex: Improve INTX to gsi routing error checkingEric Auger2017-10-311-2/+8
* sun4u: update PCI topology to include simba PCI bridgesMark Cave-Ayland2017-10-191-11/+36
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-1510-0/+60
* pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost2017-10-151-0/+4
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* hw/pci-host/gpex: Implement PCI INTx routingPranavkumar Sawargaonkar2017-09-141-0/+12
* hw/pci-host/gpex: Set INTx index/gsi mappingPranavkumar Sawargaonkar2017-09-141-0/+10
* apb: add busA qdev property to PBM PCI bridgeMark Cave-Ayland2017-09-041-7/+37
* apb: fix endianness for APB and PCI config accessesMark Cave-Ayland2017-09-041-4/+2Star
* apb: fix up PCI bus nomenclatureMark Cave-Ayland2017-09-041-7/+5Star
* q35: use DIV_ROUND_UPMarc-André Lureau2017-08-311-1/+1
* piix: use DIV_ROUND_UPMarc-André Lureau2017-08-311-1/+1
* memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell2017-07-142-2/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-07-141-8/+21
|\
| * memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-141-5/+18