aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/apb.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-24apb: rename apb.c to sabre.cMark Cave-Ayland1-541/+0
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-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin1-442/+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-05pci: Rename root bus initialization functions for clarityDavid Gibson1-5/+5
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 Habkost1-0/+8
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-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy1-5/+18
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy1-3/+3
2017-05-30Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi1-1/+1
2017-05-25memory: tune last param of iommu_ops.translate()Peter Xu1-1/+1
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-2/+2
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2016-07-29apb: convert init to realizeWei Jiangang1-3/+2
2016-07-20hw/apb: fix PCI bus initializationMarcel Apfelbaum1-8/+7
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-02-16change type of pci_bridge_initfn() to voidCao jin1-6/+1
2016-01-29pci: Clean up includesPeter Maydell1-0/+1
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell1-1/+2
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-3/+2
2015-02-16exec: RCUify AddressSpaceDispatchPaolo Bonzini1-0/+1
2014-09-09apb: implement PCI bus error interrupt map registersMark Cave-Ayland1-2/+13
2014-08-28iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan1-1/+2
2014-08-17apb: add IOMMU flush register implementationMark Cave-Ayland1-2/+10
2014-06-20apb: Fix out-of-bounds array write accessStefan Weil1-2/+2
2014-06-10apb: Fix compiler warnings (large constants)Stefan Weil1-2/+2
2014-06-05apb: implement IOMMU translation for PCI host bridgeMark Cave-Ayland1-0/+165
2014-06-05apb: handle reading/writing of IOMMU control registersMark Cave-Ayland1-3/+100
2014-06-05apb: fix IOMMU register sizesMark Cave-Ayland1-8/+3
2014-06-05apb: Move IOMMU registers into a separate IOMMUState structMark Cave-Ayland1-3/+14