summaryrefslogtreecommitdiff
path: root/hw/pci-bridge/ioh3420.c
AgeCommit message (Expand)Author
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-11-05hw/pci-bridge/ioh3420: Remove unuseful headerPhilippe Mathieu-Daudé
2018-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-08pci/bus: let it has higher migration priorityPeter Xu
2017-10-15pci: Set err to errp directly rather than through error_propagate()Mao Zhongyi
2017-02-01hw/ioh3420: derive from PCI Express Root Port base classMarcel Apfelbaum
2017-01-24PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert
2017-01-10pcie_aer: support configurable AER capa versionDou Liyang
2017-01-10pcie_aer: Convert pcie_aer_init to ErrorCao jin
2016-07-29hw/pcie-root-port: Fix PCIe root port initializationMarcel Apfelbaum
2016-07-12Drop Emacs local variables lists redundant with .dir-locals.elMarkus Armbruster
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin
2016-06-17fix some coding style problemsCao jin
2016-02-19aer: impove pcie_aer_init to support vfio deviceChen Fan
2016-02-16change type of pci_bridge_initfn() to voidCao jin
2016-01-29pci: Clean up includesPeter Maydell
2014-08-25ioh3420: Enable ARI forwardingKnut Omang
2014-08-25ioh3420: Remove obsoleted, unused ioh3420_init functionKnut Omang
2014-08-25pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_*Knut Omang
2014-06-23hw/pcie: implement power controller functionalityMarcel Apfelbaum
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2013-07-29pcie_port: Turn PCIEPort and PCIESlot into abstract QOM typesAndreas Färber
2013-07-29pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini