summaryrefslogtreecommitdiff
path: root/hw/pci/pci_bridge.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-13hw/pci-bridge: fix pcie root port's IO hints capabilityMarcel Apfelbaum1-5/+19
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-3/+3
2017-10-15pci: allow 32-bit PCI IO accesses to pass through the PCI bridgeMark Cave-Ayland1-1/+2
2017-09-08hw/pci: introduce bridge-only vendor-specific capability to provide some hint...Aleksandr Bezzubikov1-0/+46
2017-07-03pci: Convert to realizeMao Zhongyi1-4/+3
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi1-1/+6
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-02-16change type of pci_bridge_initfn() to voidCao jin1-2/+1
2016-01-29pci: Clean up includesPeter Maydell1-0/+1
2014-08-25pci_bridge: manually destroy memory regions within PCIBridgeWindowsPaolo Bonzini1-0/+6
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-8/+0
2014-01-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+1
2013-12-24qdev: Drop misleading qbus_free() functionStefan Hajnoczi1-1/+1
2013-12-23pci: do not export pci_bus_resetPaolo Bonzini1-1/+1
2013-12-10pci: fix address space size for bridgeMichael S. Tsirkin1-1/+1
2013-11-05qdev: Drop misleading qdev_free() functionStefan Hajnoczi1-1/+1
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber1-1/+2
2013-07-29pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber1-11/+29
2013-07-18Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+1
2013-07-10pci-bridge: update mappings for migration/restoreDon Koch1-1/+1
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini1-6/+6
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-6/+6
2013-03-26pci: Allow PCI bus creation interfaces to specify the type of busAlex Williamson1-3/+2
2013-03-26pci_bridge: Use a default map_irq functionAlex Williamson1-1/+1
2013-03-26pci: Teach PCI Bridges about VGA routingAlex Williamson1-2/+42
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-17pci: rename pci_internals.h pci_bus.hMichael S. Tsirkin1-1/+1
2012-12-17pci: fix path for local includesMichael S. Tsirkin1-2/+2
2012-12-17pci: move pci core code to hw/pciMichael S. Tsirkin1-0/+363