summaryrefslogtreecommitdiffstats
path: root/hw/pci
Commit message (Expand)AuthorAgeFilesLines
* pci: avoid losing config updates to MSI/MSIX cap regsKnut Omang2014-09-021-3/+4
* pcie: fix trailing whitespaceMichael S. Tsirkin2014-08-251-1/+1
* pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_*Knut Omang2014-08-251-5/+6
* pcie: Fix incorrect write to the ari capability next function fieldKnut Omang2014-08-251-1/+1
* pci_bridge: manually destroy memory regions within PCIBridgeWindowsPaolo Bonzini2014-08-251-0/+6
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-195-16/+0
|\
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-185-16/+0
* | pci: Use bus master address space for delivering MSI/MSI-X messagesJan Kiszka2014-08-142-2/+2
|/
* pci: assign devfn to pci_dev before calling pci_device_iommu_address_space()Le Tan2014-07-061-1/+1
* pcie: coding style tweakMichael S. Tsirkin2014-06-231-5/+3
* hw/pcie: better hotplug/hotunplug supportMarcel Apfelbaum2014-06-231-5/+24
* hw/pcie: implement power controller functionalityMarcel Apfelbaum2014-06-231-1/+32
* hw/pcie: correct debug messageMarcel Apfelbaum2014-06-231-1/+1
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-162-10/+5
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-06-051-3/+4
|\
| * pcie_host: Turn pcie_host_init() into an instance_initAndreas Färber2014-05-211-3/+4
* | pci: move dereferencing of root only after verifying valid root pointerSaravanakumar2014-05-241-2/+2
|/
* pci: add Error-propagating pci_add_capability2()Laszlo Ersek2014-05-081-6/+26
* vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/Michael S. Tsirkin2014-05-051-2/+2
* hw/pci/pcie_aer.c: fix buffer overruns on invalid state loadMichael S. Tsirkin2014-05-051-1/+9
* 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
OpenPOWER on IntegriCloud