summaryrefslogtreecommitdiffstats
path: root/hw/pci
Commit message (Expand)AuthorAgeFilesLines
* QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster2015-02-261-1/+1
* 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
* 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
OpenPOWER on IntegriCloud