aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/apb.c
AgeCommit message (Expand)Author
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-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-05pci: Rename root bus initialization functions for clarityDavid Gibson
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-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-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy
2017-05-30Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi
2017-05-25memory: tune last param of iommu_ops.translate()Peter Xu
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2016-07-29apb: convert init to realizeWei Jiangang
2016-07-20hw/apb: fix PCI bus initializationMarcel Apfelbaum
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-02-16change type of pci_bridge_initfn() to voidCao jin
2016-01-29pci: Clean up includesPeter Maydell
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2015-02-16exec: RCUify AddressSpaceDispatchPaolo Bonzini
2014-09-09apb: implement PCI bus error interrupt map registersMark Cave-Ayland
2014-08-28iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan
2014-08-17apb: add IOMMU flush register implementationMark Cave-Ayland
2014-06-20apb: Fix out-of-bounds array write accessStefan Weil
2014-06-10apb: Fix compiler warnings (large constants)Stefan Weil
2014-06-05apb: implement IOMMU translation for PCI host bridgeMark Cave-Ayland
2014-06-05apb: handle reading/writing of IOMMU control registersMark Cave-Ayland
2014-06-05apb: fix IOMMU register sizesMark Cave-Ayland
2014-06-05apb: Move IOMMU registers into a separate IOMMUState structMark Cave-Ayland