aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/pci_bridge.c
AgeCommit message (Expand)Author
2020-06-09hw/pci/pci_bridge: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2020-06-09hw/pci/pci_bridge: Correct pci_bridge_io memory region sizePhilippe Mathieu-Daudé
2019-10-24pci_bridge: fix a typo in commentMao Zhongyi
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-06hw/pci-bridge: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-12-19hw/pci-bridge: Fix invalid free()Matthias Weckbecker
2018-11-05pci_bridge: fix typo in commentMao Zhongyi
2018-09-07hw/pci: factor PCI reserve resources to a separate structureJing Liu
2018-02-13hw/pci-bridge: fix pcie root port's IO hints capabilityMarcel Apfelbaum
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson
2017-10-15pci: allow 32-bit PCI IO accesses to pass through the PCI bridgeMark Cave-Ayland
2017-09-08hw/pci: introduce bridge-only vendor-specific capability to provide some hint...Aleksandr Bezzubikov
2017-07-03pci: Convert to realizeMao Zhongyi
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi
2016-05-18Fix some typos found by codespellStefan Weil
2016-02-16change type of pci_bridge_initfn() to voidCao jin
2016-01-29pci: Clean up includesPeter Maydell
2014-08-25pci_bridge: manually destroy memory regions within PCIBridgeWindowsPaolo Bonzini
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-01-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-12-24qdev: Drop misleading qbus_free() functionStefan Hajnoczi
2013-12-23pci: do not export pci_bus_resetPaolo Bonzini
2013-12-10pci: fix address space size for bridgeMichael S. Tsirkin
2013-11-05qdev: Drop misleading qdev_free() functionStefan Hajnoczi
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber
2013-07-29pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber
2013-07-18Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-07-10pci-bridge: update mappings for migration/restoreDon Koch
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-03-26pci: Allow PCI bus creation interfaces to specify the type of busAlex Williamson
2013-03-26pci_bridge: Use a default map_irq functionAlex Williamson
2013-03-26pci: Teach PCI Bridges about VGA routingAlex Williamson
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-17pci: rename pci_internals.h pci_bus.hMichael S. Tsirkin
2012-12-17pci: fix path for local includesMichael S. Tsirkin
2012-12-17pci: move pci core code to hw/pciMichael S. Tsirkin