summaryrefslogtreecommitdiffstats
path: root/hw/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-05-112-40/+33
|\
| * pci: Merge pci_nic_init() into pci_nic_init_nofail()Thomas Huth2015-04-281-29/+14
| * pci: remove hard-coded bar size in msix_init_exclusive_bar()Jason Wang2015-04-271-11/+19
* | qapi: Drop inline nested structs in query-pciEric Blake2015-05-051-19/+23
* | Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-284-13/+13
* | Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-262-2/+4
|/
* pci: Fix crash with illegal "-net nic, model=xxx" optionThomas Huth2015-04-131-1/+3
* pcie_aer: fix comment to match pcie specMichael S. Tsirkin2015-03-181-2/+2
* aer: fix a wrong init PCI_ERR_COR_STATUS w1cmask type registerChen Fan2015-03-181-1/+1
* pcie_aer: fix typos in pcie_aer_inject_error commentChen Fan2015-03-181-3/+3
* aer: fix wrong check on expose aer tlp prefix logChen Fan2015-03-181-1/+1
* pcie: correct mistaken register bit for End-End TLP Prefix BlockingChen Fan2015-03-181-1/+1
* pci: Convert pci_nic_init() to Error to avoid qdev_init()Markus Armbruster2015-03-111-4/+14
* pci/shpc: fix signed integer overflowMichael S. Tsirkin2015-03-111-1/+1
* pci-hotplug-old: Has been dead for five major releases, buryMarkus Armbruster2015-03-012-344/+0
* pci: Give a few helpers internal linkageMarkus Armbruster2015-03-011-7/+7
* pci: Permit incremental conversion of device models to realizeMarkus Armbruster2015-02-261-5/+19
* pci: Convert core to realizeMarkus Armbruster2015-02-261-44/+49
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell2015-02-262-4/+2
|\
| * error: Use error_report_err() where appropriateMarkus Armbruster2015-02-182-4/+2
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell2015-02-253-4/+4
|\ \
| * | hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster2015-02-183-4/+4
| |/
* | pci: split shpc_cleanup and shpc_freePaolo Bonzini2015-02-161-1/+10
* | pcie: remove mmconfig memory leak and wrap mmconfig update with transactionPaolo Bonzini2015-02-161-2/+5
|/
* migration: Append JSON description of migration streamAlexander Graf2015-02-051-1/+1
* pci: Split pcie_host_mmcfg_map()Alexander Graf2015-01-261-2/+7
* Add some trace calls to pci.c.Don Koch2015-01-261-0/+9
* 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
OpenPOWER on IntegriCloud