summaryrefslogtreecommitdiffstats
path: root/hw/pci
Commit message (Expand)AuthorAgeFilesLines
* pcie: fix improper use of negative valueGonglei2014-11-241-1/+1
* pcie: fix typo in pcie_cap_deverr_init()Gonglei2014-11-241-1/+1
* hw/pci: fix crash on shpc error flowMarcel Apfelbaum2014-11-241-0/+1
* shpc: fix error propaagationGonglei2014-11-171-1/+2
* hw/pci: fixed hotplug crash when using rombar=0 with devices having romfileMarcel Apfelbaum2014-11-021-0/+9
* hw/pci: fixed error flow in pci_qdev_initMarcel Apfelbaum2014-11-021-1/+6
* pcie: change confused comment clearerGonglei2014-11-021-1/+1
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-3/+2
* block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-201-3/+7
* qdev: HotplugHandler: Rename unplug callback to unplug_requestIgor Mammedov2014-10-153-5/+5
* Access BusState::allow_hotplug using wraper qbus_is_hotpluggable()Igor Mammedov2014-10-151-2/+2
* pci-hotplug-old: avoid losing error messageGonglei2014-09-291-1/+4
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+1
* 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
OpenPOWER on IntegriCloud