summaryrefslogtreecommitdiffstats
path: root/hw/pci-host/apb.c
Commit message (Expand)AuthorAgeFilesLines
* apb: rename apb.c to sabre.cMark Cave-Ayland2018-01-241-541/+0Star
* 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
* Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2018-01-111-442/+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
* | pci: Rename root bus initialization functions for clarityDavid Gibson2017-12-051-5/+5
|/
* 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-151-0/+8
* 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
* memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy2017-07-141-5/+18
* memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-141-3/+3
* Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi2017-05-301-1/+1
|\
| * memory: tune last param of iommu_ops.translate()Peter Xu2017-05-251-1/+1
* | shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-2/+2
|/
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* apb: convert init to realizeWei Jiangang2016-07-281-3/+2Star
* hw/apb: fix PCI bus initializationMarcel Apfelbaum2016-07-201-8/+7Star
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* change type of pci_bridge_initfn() to voidCao jin2016-02-161-6/+1Star
* pci: Clean up includesPeter Maydell2016-01-291-0/+1
* Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-261-1/+2
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-3/+2Star
* exec: RCUify AddressSpaceDispatchPaolo Bonzini2015-02-161-0/+1
* apb: implement PCI bus error interrupt map registersMark Cave-Ayland2014-09-091-2/+13
* iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan2014-08-281-1/+2
* apb: add IOMMU flush register implementationMark Cave-Ayland2014-08-171-2/+10
* apb: Fix out-of-bounds array write accessStefan Weil2014-06-211-2/+2
* apb: Fix compiler warnings (large constants)Stefan Weil2014-06-101-2/+2
* apb: implement IOMMU translation for PCI host bridgeMark Cave-Ayland2014-06-051-0/+165
* apb: handle reading/writing of IOMMU control registersMark Cave-Ayland2014-06-051-3/+100
* apb: fix IOMMU register sizesMark Cave-Ayland2014-06-051-8/+3Star
* apb: Move IOMMU registers into a separate IOMMUState structMark Cave-Ayland2014-06-051-3/+14