summaryrefslogtreecommitdiff
path: root/hw/pci_bridge_dev.c
AgeCommit message (Collapse)AuthorFilesLines
2012-03-16pci: add standard bridge deviceMichael S. Tsirkin1-0/+174
This adds support for a standard pci to pci bridge, enabling support for more than 32 PCI devices in the system. Device hotplug is supported by means of SHPC controller. For guests with an SHPC driver, this allows robust hotplug and even hotplug of nested bridges, up to 31 devices per bridge. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>