summaryrefslogtreecommitdiffstats
path: root/hw/pci
Commit message (Expand)AuthorAgeFilesLines
* pci: Fix clearing IRQs on resetCole Robinson2014-03-311-2/+2
* hw/pci/pci_host.c: Avoid shifting left into sign bitPeter Maydell2014-03-271-1/+2
* pci: Move VMState registration/unregistration to QOM realize/unrealizeBandan Das2014-03-131-21/+30
* PCIE: fix regression with coldplugged multifunction deviceIgor Mammedov2014-03-091-8/+8
* Use error_is_set() only when necessaryMarkus Armbruster2014-02-171-2/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-02-134-110/+127
|\
| * hw/pci: switch to a generic hotplug handling for PCIDeviceIgor Mammedov2014-02-101-28/+1
| * pci/pcie: convert PCIE hotplug to use hotplug-handler APIIgor Mammedov2014-02-102-25/+48
| * pci/shpc: convert SHPC hotplug to use hotplug-handler APIIgor Mammedov2014-02-101-47/+77
| * qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov2014-02-101-10/+1
* | exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-112-2/+2
|/
* hw/pci: fix error flow in pci multifunction initMarcel Apfelbaum2014-01-261-10/+10
* pci: add pci_for_each_bus_depth_firstMichael S. Tsirkin2014-01-261-0/+28
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2014-01-102-23/+21
|\
| * qdev: switch reset to post-orderPaolo Bonzini2013-12-231-15/+16
| * pci: clean up resetting of IRQsPaolo Bonzini2013-12-231-3/+4
| * pci: do not export pci_bus_resetPaolo Bonzini2013-12-232-7/+3
* | qdev: Drop misleading qbus_free() functionStefan Hajnoczi2013-12-241-1/+1
|/
* pci: fix pci bridge fw pathGerd Hoffmann2013-12-111-1/+1
* pci: fix address space size for bridgeMichael S. Tsirkin2013-12-101-1/+1
* pci: unregister vmstate_pcibus on unplugBandan Das2013-11-211-0/+8
* Revert "hw/pci: partially handle pci master abort"Marcel Apfelbaum2013-11-101-26/+0
* bswap.h: Remove cpu_to_be32wu()Peter Maydell2013-11-051-2/+2
* qdev: Drop misleading qdev_free() functionStefan Hajnoczi2013-11-054-4/+4
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-10-315-42/+64
|\
| * pcie_host: expose address formatMichael S. Tsirkin2013-10-141-21/+0
| * pcie_host: expose UNMAPPED macroMichael S. Tsirkin2013-10-141-3/+0
| * pci: fix up w64 size calculation helperMichael S. Tsirkin2013-10-141-8/+12
| * hw/pci: removed irq field from PCIDeviceMarcel Apfelbaum2013-10-141-2/+0
| * hw/pcie: AER and hot-plug events must use device's interruptMarcel Apfelbaum2013-10-142-4/+4
| * hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-1/+1
| * hw/pci: add pci wrappers for allocating and asserting irqsMarcel Apfelbaum2013-10-141-4/+22
| * hw/pci: partially handle pci master abortMarcel Apfelbaum2013-10-141-0/+26
* | Makefile.target: CONFIG_NO_* variables removedÁkos Kovács2013-10-161-1/+1
|/
* pci: remove explicit check to 64K ioport sizeHervé Poussineau2013-09-151-2/+4
* pci: add helper to retrieve the 64-bit rangeMichael S. Tsirkin2013-09-151-0/+50
* Add c++ keywords to QAPI helper scriptTomoki Sekiyama2013-09-091-1/+1
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-09-032-7/+28
|\
| * pci: add config space access tracesAlexey Kardashevskiy2013-08-281-1/+10
| * pci: Introduce helper to retrieve a PCI device's DMA address spaceAlexey Kardashevskiy2013-08-271-6/+18
* | qdev: Pass size to qbus_create_inplace()Andreas Färber2013-08-302-2/+3
* | pci: Pass size to pci_bus_new_inplace()Andreas Färber2013-08-301-1/+1
|/
* pcie_port: Turn PCIEPort and PCIESlot into abstract QOM typesAndreas Färber2013-07-291-0/+52
* pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber2013-07-293-13/+31
* scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline()Andreas Färber2013-07-231-1/+1
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-182-1/+6
|\
| * pci-bridge: update mappings for migration/restoreDon Koch2013-07-102-1/+6
* | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-085-87/+137
|\ \ | |/
| * pci: Fold host_buses list into PCIHostState functionalityDavid Gibson2013-07-071-19/+14
| * pci: Remove domain from PCIHostBusDavid Gibson2013-07-071-4/+3
OpenPOWER on IntegriCloud