summary refs log tree commit diff stats
path: root/hw/pci/pci_bridge.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pci: SLT must be ROMichael S. Tsirkin2023-10-041-0/+14
* hw/pci-bridge: Fix release ordering by embedding PCIBridgeWindows within PCIB...Jonathan Cameron2023-05-161-11/+8
* pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_amlIgor Mammedov2023-01-281-0/+9
* pci: acpi: wire up AcpiDevAmlIf interface to generic bridgeIgor Mammedov2023-01-281-0/+5
* pci: Use device_cold_reset() and bus_cold_reset()Peter Maydell2022-12-161-1/+1
* pci: fix PCI resource reserve capability on BEMichael S. Tsirkin2021-10-201-5/+5
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-301-2/+2
* hw/pci/pci_bridge: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2020-06-091-2/+2
* hw/pci/pci_bridge: Correct pci_bridge_io memory region sizePhilippe Mathieu-Daudé2020-06-091-1/+2
* pci_bridge: fix a typo in commentMao Zhongyi2019-10-241-1/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/pci-bridge: Use the QOM BUS() macro to access BusState.qbusPhilippe Mathieu-Daudé2019-06-061-1/+1
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-1/+1
* hw/pci-bridge: Fix invalid free()Matthias Weckbecker2018-12-191-1/+1
* pci_bridge: fix typo in commentMao Zhongyi2018-11-051-1/+1
* hw/pci: factor PCI reserve resources to a separate structureJing Liu2018-09-071-21/+17
* hw/pci-bridge: fix pcie root port's IO hints capabilityMarcel Apfelbaum2018-02-131-5/+19
* pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-3/+3
* pci: allow 32-bit PCI IO accesses to pass through the PCI bridgeMark Cave-Ayland2017-10-151-1/+2
* hw/pci: introduce bridge-only vendor-specific capability to provide some hint...Aleksandr Bezzubikov2017-09-081-0/+46
* pci: Convert to realizeMao Zhongyi2017-07-031-4/+3
* pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi2017-07-031-1/+6
* Fix some typos found by codespellStefan Weil2016-05-181-1/+1
* change type of pci_bridge_initfn() to voidCao jin2016-02-161-2/+1
* pci: Clean up includesPeter Maydell2016-01-291-0/+1
* pci_bridge: manually destroy memory regions within PCIBridgeWindowsPaolo Bonzini2014-08-251-0/+6
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-8/+0
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2014-01-101-1/+1
|\
| * pci: do not export pci_bus_resetPaolo Bonzini2013-12-231-1/+1
* | qdev: Drop misleading qbus_free() functionStefan Hajnoczi2013-12-241-1/+1
|/
* pci: fix address space size for bridgeMichael S. Tsirkin2013-12-101-1/+1
* qdev: Drop misleading qdev_free() functionStefan Hajnoczi2013-11-051-1/+1
* qdev: Pass size to qbus_create_inplace()Andreas Färber2013-08-301-1/+2
* pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber2013-07-291-11/+29
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-181-1/+1
|\
| * pci-bridge: update mappings for migration/restoreDon Koch2013-07-101-1/+1
* | hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-6/+6
* | memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-6/+6
|/
* pci: Allow PCI bus creation interfaces to specify the type of busAlex Williamson2013-03-261-3/+2
* pci_bridge: Use a default map_irq functionAlex Williamson2013-03-261-1/+1
* pci: Teach PCI Bridges about VGA routingAlex Williamson2013-03-261-2/+42
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* pci: rename pci_internals.h pci_bus.hMichael S. Tsirkin2012-12-171-1/+1
* pci: fix path for local includesMichael S. Tsirkin2012-12-171-2/+2
* pci: move pci core code to hw/pciMichael S. Tsirkin2012-12-171-0/+363