summaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)AuthorFilesLines
2015-03-11pci: Convert pci_nic_init() to Error to avoid qdev_init()Markus Armbruster1-4/+14
2015-03-11pci/shpc: fix signed integer overflowMichael S. Tsirkin1-1/+1
2015-03-01pci-hotplug-old: Has been dead for five major releases, buryMarkus Armbruster2-344/+0
2015-03-01pci: Give a few helpers internal linkageMarkus Armbruster1-7/+7
2015-02-26pci: Permit incremental conversion of device models to realizeMarkus Armbruster1-5/+19
2015-02-26pci: Convert core to realizeMarkus Armbruster1-44/+49
2015-02-26Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell2-4/+2
2015-02-25Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell3-4/+4
2015-02-18hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster3-4/+4
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster2-4/+2
2015-02-16pci: split shpc_cleanup and shpc_freePaolo Bonzini1-1/+10
2015-02-16pcie: remove mmconfig memory leak and wrap mmconfig update with transactionPaolo Bonzini1-2/+5
2015-02-05migration: Append JSON description of migration streamAlexander Graf1-1/+1
2015-01-26pci: Split pcie_host_mmcfg_map()Alexander Graf1-2/+7
2015-01-26Add some trace calls to pci.c.Don Koch1-0/+9
2014-11-24pcie: fix improper use of negative valueGonglei1-1/+1
2014-11-24pcie: fix typo in pcie_cap_deverr_init()Gonglei1-1/+1
2014-11-24hw/pci: fix crash on shpc error flowMarcel Apfelbaum1-0/+1
2014-11-17shpc: fix error propaagationGonglei1-1/+2
2014-11-02hw/pci: fixed hotplug crash when using rombar=0 with devices having romfileMarcel Apfelbaum1-0/+9
2014-11-02hw/pci: fixed error flow in pci_qdev_initMarcel Apfelbaum1-1/+6
2014-11-02pcie: change confused comment clearerGonglei1-1/+1
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-3/+2
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-3/+7
2014-10-15qdev: HotplugHandler: Rename unplug callback to unplug_requestIgor Mammedov3-5/+5
2014-10-15Access BusState::allow_hotplug using wraper qbus_is_hotpluggable()Igor Mammedov1-2/+2
2014-09-29pci-hotplug-old: avoid losing error messageGonglei1-1/+4
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+1
2014-09-02pci: avoid losing config updates to MSI/MSIX cap regsKnut Omang1-3/+4
2014-08-25pcie: fix trailing whitespaceMichael S. Tsirkin1-1/+1
2014-08-25pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_*Knut Omang1-5/+6
2014-08-25pcie: Fix incorrect write to the ari capability next function fieldKnut Omang1-1/+1
2014-08-25pci_bridge: manually destroy memory regions within PCIBridgeWindowsPaolo Bonzini1-0/+6
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell5-16/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini5-16/+0
2014-08-14pci: Use bus master address space for delivering MSI/MSI-X messagesJan Kiszka2-2/+2
2014-07-06pci: assign devfn to pci_dev before calling pci_device_iommu_address_space()Le Tan1-1/+1
2014-06-23pcie: coding style tweakMichael S. Tsirkin1-5/+3
2014-06-23hw/pcie: better hotplug/hotunplug supportMarcel Apfelbaum1-5/+24
2014-06-23hw/pcie: implement power controller functionalityMarcel Apfelbaum1-1/+32
2014-06-23hw/pcie: correct debug messageMarcel Apfelbaum1-1/+1
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2-10/+5
2014-06-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-3/+4
2014-05-24pci: move dereferencing of root only after verifying valid root pointerSaravanakumar1-2/+2
2014-05-21pcie_host: Turn pcie_host_init() into an instance_initAndreas Färber1-3/+4
2014-05-08pci: add Error-propagating pci_add_capability2()Laszlo Ersek1-6/+26
2014-05-05vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/Michael S. Tsirkin1-2/+2
2014-05-05hw/pci/pcie_aer.c: fix buffer overruns on invalid state loadMichael S. Tsirkin1-1/+9
2014-03-31pci: Fix clearing IRQs on resetCole Robinson1-2/+2
2014-03-27hw/pci/pci_host.c: Avoid shifting left into sign bitPeter Maydell1-1/+2