pci: add standard bridge device
commit4eb812f7603f57dc63f6b74e3c464a60ed5bc91b
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 3 Jul 2011 13:00:09 +0000 (3 16:00 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 15 Mar 2012 22:41:28 +0000 (16 00:41 +0200)
tree9917424dda9b0695335395d66c4bcfa6b73e19d6
parent762833b3b88b7b79af442439a8b138a04786ec3d
pci: add standard bridge device

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>
Makefile.objs
hw/pci_bridge_dev.c [new file with mode: 0644]