summary refs log tree commit diff stats
path: root/hw/pci-host/apb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2018-01-111-442/+102
|\
| * sun4u: split IOMMU device out from apb.c to sun4u_iommu.cMark Cave-Ayland2018-01-091-273/+0
| * 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/+13
| * apb: split pci_pbm_map_irq() into separate functions for bus A and bus BMark Cave-Ayland2018-01-091-25/+20
| * apb: remove pci_apb_init() and instantiate APB device using qdevMark Cave-Ayland2018-01-091-63/+61
| * apb: move the two secondary PCI bridges objects into APBStateMark Cave-Ayland2018-01-091-9/+5
| * apb: use gpios to wire up the apb device to the SPARC CPU IRQsMark Cave-Ayland2018-01-091-4/+2
| * 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/+8
| * sun4u: remove pci_ebus_init() functionMark Cave-Ayland2018-01-091-3/+1
| * apb: move QOM macros and typedefs from apb.c to apb.hMark Cave-Ayland2018-01-091-85/+0
* | 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/+2
* apb: fix up PCI bus nomenclatureMark Cave-Ayland2017-09-041-7/+5
* 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-291-3/+2
* hw/apb: fix PCI bus initializationMarcel Apfelbaum2016-07-201-8/+7
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* change type of pci_bridge_initfn() to voidCao jin2016-02-161-6/+1
* 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/+2
* 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-201-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/+3
* apb: Move IOMMU registers into a separate IOMMUState structMark Cave-Ayland2014-06-051-3/+14
* hw/pci-host/apb.c: Avoid shifting left into sign bitPeter Maydell2014-03-271-5/+5
* pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-0/+6
* pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber2013-07-291-4/+3
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+2
* sparc64: unbreakPaolo Bonzini2013-07-251-19/+28
* sparc64: remove indirection for I/O port accessPaolo Bonzini2013-07-251-52/+2
* hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-6/+6