summaryrefslogtreecommitdiff
path: root/hw/pci-bridge
AgeCommit message (Expand)AuthorFilesLines
2017-09-08hw/pci: add QEMU-specific PCI capability to the Generic PCI Express Root PortAleksandr Bezzubikov1-0/+36
2017-09-08hw/pci: introduce pcie-pci-bridge deviceAleksandr Bezzubikov2-1/+193
2017-07-03pci: Convert shpc_init() to ErrorMao Zhongyi1-8/+6
2017-07-03pci: Convert to realizeMao Zhongyi4-37/+32
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi1-0/+1
2017-07-03hw/pci-bridge/dec: Classify the DEC PCI bridge as bridge deviceThomas Huth1-0/+2
2017-06-08hw/pcie: fix the generic pcie root port to support migrationMarcel Apfelbaum1-0/+25
2017-05-18Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi1-1/+1
2017-05-18Revert "hw/pci: disable pci-bridge's shpc by default"Marcel Apfelbaum1-1/+1
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2-2/+2
2017-02-02Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170202' into...Peter Maydell1-1/+1
2017-02-01hw/pci: disable pci-bridge's shpc by defaultMarcel Apfelbaum1-1/+1
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin1-2/+1
2017-02-01hw/pcie: Introduce Generic PCI Express Root PortMarcel Apfelbaum2-1/+89
2017-02-01hw/ioh3420: derive from PCI Express Root Port base classMarcel Apfelbaum1-106/+15
2017-02-01hw/pcie: Introduce a base class for PCI Express Root PortsMarcel Apfelbaum2-0/+172
2017-01-31pxb: Restrict to x86David Gibson1-1/+1
2017-01-24PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert3-3/+3
2017-01-10pcie_aer: support configurable AER capa versionDou Liyang3-3/+6
2017-01-10pcie_aer: Convert pcie_aer_init to ErrorCao jin3-3/+6
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0
2016-07-29hw/pci-bridge: Convert pxb initialization functions to ErrorWei Jiangang1-27/+25
2016-07-29hw/pxb: declare pxb devices as not hot-pluggableMarcel Apfelbaum1-0/+2
2016-07-29hw/pcie-root-port: Fix PCIe root port initializationMarcel Apfelbaum1-0/+1
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster1-2/+2
2016-07-12Drop Emacs local variables lists redundant with .dir-locals.elMarkus Armbruster3-28/+0
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin4-7/+31
2016-07-05pci bridge dev: change msi property typeCao jin1-6/+7
2016-07-04q35: allow dynamic sysbusMarcel Apfelbaum1-0/+2
2016-06-17fix some coding style problemsCao jin4-2/+18
2016-04-07hw/pci-bridge: Add missing unref in case register-bus failsWei Jiangang1-1/+7
2016-04-07Migration: Add i82801b11 migration dataDr. David Alan Gilbert1-0/+9
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-11pxb: cleanupCao jin1-1/+1
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin1-1/+1
2016-02-19aer: impove pcie_aer_init to support vfio deviceChen Fan3-3/+3
2016-02-16change type of pci_bridge_initfn() to voidCao jin5-24/+7
2016-02-16dec: convert to realize()Cao jin1-3/+3
2016-02-06hw/pxb: add pxb devices to the bridge categoryMarcel Apfelbaum1-0/+2
2016-01-29pci: Clean up includesPeter Maydell6-0/+6
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2015-12-22hw/pxb: introduce pxb-pcie expander for PCIe machinesMarcel Apfelbaum1-15/+83
2015-06-23hw/pci-bridge: format special OFW unit address for PXB hostLaszlo Ersek1-0/+53
2015-06-23hw/pci-bridge: disable SHPC in PXBLaszlo Ersek1-0/+1
2015-06-23hw/pci-bridge: introduce "shpc" propertyLaszlo Ersek1-16/+70
2015-06-23hw/pci-bridge: add macro for "msi" propertyLaszlo Ersek1-1/+2
2015-06-23hw/pci-bridge: add macro for "chassis_nr" propertyLaszlo Ersek2-2/+4
2015-06-23hw/pci-bridge: expose _test parameter in SHPC_VMSTATE()Laszlo Ersek1-1/+1
2015-06-23add pci-bridge-seatGerd Hoffmann1-1/+24