Statistics
| Branch: | Revision:

root / hw / shpc.c @ 9bfa659e

History | View | Annotate | Download (24 kB)

# Date Author Comment
e9adf260 06/07/2012 05:18 pm Michael S. Tsirkin

shpc: unparent device before free

Recent core change removed unparent
so we need to do this in all callers now.

Signed-off-by: Michael S. Tsirkin <>

1dc324d2 03/16/2012 12:41 am Michael S. Tsirkin

shpc: standard hot plug controller

This adds support for SHPC interface, as defined by PCI Standard
Hot-Plug Controller and Subsystem Specification, Rev 1.0
http://www.pcisig.com/specifications/conventional/pci_hot_plug/SHPC_10

Only SHPC intergrated with a PCI-to-PCI bridge is supported,...