summaryrefslogtreecommitdiff
path: root/hw/pci-bridge/pci_expander_bridge.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin1-1/+0
2017-12-18misc: remove old i386 dependencyPhilippe Mathieu-Daudé1-1/+0
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-8/+9
2017-12-05pci: Rename root bus initialization functions for clarityDavid Gibson1-2/+2
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+8
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
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-04q35: allow dynamic sysbusMarcel Apfelbaum1-0/+2
2016-04-07hw/pci-bridge: Add missing unref in case register-bus failsWei Jiangang1-1/+7
2016-03-11pxb: cleanupCao jin1-1/+1
2016-02-06hw/pxb: add pxb devices to the bridge categoryMarcel Apfelbaum1-0/+2
2016-01-29pci: 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: add macro for "chassis_nr" propertyLaszlo Ersek1-1/+2
2015-06-03hw/pxb: add numa_node parameterMarcel Apfelbaum1-0/+17
2015-06-03hw/pxb: add map_irq funcMarcel Apfelbaum1-1/+19
2015-06-03hw/pci: introduce PCI Expander Bridge (PXB)Marcel Apfelbaum1-0/+196