summaryrefslogtreecommitdiff
path: root/hw/pci-host/apb.c
AgeCommit message (Expand)Author
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
2014-03-27hw/pci-host/apb.c: Avoid shifting left into sign bitPeter Maydell
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-07-29pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-25sparc64: unbreakPaolo Bonzini
2013-07-25sparc64: remove indirection for I/O port accessPaolo Bonzini
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-27sparc64: use direct interrupt mapping for PCI devicesArtyom Tarasenko
2013-04-27sparc64: fix loosing interruptsArtyom Tarasenko
2013-04-27sparc64: allow 64 IRQ linesArtyom Tarasenko
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini