aboutsummaryrefslogtreecommitdiff
path: root/hw/pci
AgeCommit message (Expand)Author
2014-11-24pcie: fix improper use of negative valueGonglei
2014-11-24pcie: fix typo in pcie_cap_deverr_init()Gonglei
2014-11-24hw/pci: fix crash on shpc error flowMarcel Apfelbaum
2014-11-17shpc: fix error propaagationGonglei
2014-11-02hw/pci: fixed hotplug crash when using rombar=0 with devices having romfileMarcel Apfelbaum
2014-11-02hw/pci: fixed error flow in pci_qdev_initMarcel Apfelbaum
2014-11-02pcie: change confused comment clearerGonglei
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster
2014-10-15qdev: HotplugHandler: Rename unplug callback to unplug_requestIgor Mammedov
2014-10-15Access BusState::allow_hotplug using wraper qbus_is_hotpluggable()Igor Mammedov
2014-09-29pci-hotplug-old: avoid losing error messageGonglei
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-09-02pci: avoid losing config updates to MSI/MSIX cap regsKnut Omang
2014-08-25pcie: fix trailing whitespaceMichael S. Tsirkin
2014-08-25pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_*Knut Omang
2014-08-25pcie: Fix incorrect write to the ari capability next function fieldKnut Omang
2014-08-25pci_bridge: manually destroy memory regions within PCIBridgeWindowsPaolo Bonzini
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-08-14pci: Use bus master address space for delivering MSI/MSI-X messagesJan Kiszka
2014-07-06pci: assign devfn to pci_dev before calling pci_device_iommu_address_space()Le Tan
2014-06-23pcie: coding style tweakMichael S. Tsirkin
2014-06-23hw/pcie: better hotplug/hotunplug supportMarcel Apfelbaum
2014-06-23hw/pcie: implement power controller functionalityMarcel Apfelbaum
2014-06-23hw/pcie: correct debug messageMarcel Apfelbaum
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-06-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-05-24pci: move dereferencing of root only after verifying valid root pointerSaravanakumar
2014-05-21pcie_host: Turn pcie_host_init() into an instance_initAndreas Färber
2014-05-08pci: add Error-propagating pci_add_capability2()Laszlo Ersek
2014-05-05vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/Michael S. Tsirkin
2014-05-05hw/pci/pcie_aer.c: fix buffer overruns on invalid state loadMichael S. Tsirkin
2014-03-31pci: Fix clearing IRQs on resetCole Robinson
2014-03-27hw/pci/pci_host.c: Avoid shifting left into sign bitPeter Maydell
2014-03-13pci: Move VMState registration/unregistration to QOM realize/unrealizeBandan Das
2014-03-09PCIE: fix regression with coldplugged multifunction deviceIgor Mammedov
2014-02-17Use error_is_set() only when necessaryMarkus Armbruster
2014-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-10hw/pci: switch to a generic hotplug handling for PCIDeviceIgor Mammedov
2014-02-10pci/pcie: convert PCIE hotplug to use hotplug-handler APIIgor Mammedov
2014-02-10pci/shpc: convert SHPC hotplug to use hotplug-handler APIIgor Mammedov
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov
2014-01-26hw/pci: fix error flow in pci multifunction initMarcel Apfelbaum
2014-01-26pci: add pci_for_each_bus_depth_firstMichael S. Tsirkin
2014-01-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-12-24qdev: Drop misleading qbus_free() functionStefan Hajnoczi
2013-12-23qdev: switch reset to post-orderPaolo Bonzini
2013-12-23pci: clean up resetting of IRQsPaolo Bonzini