From: Alex Williamson Date: Thu, 7 Aug 2014 17:12:07 +0000 (-0600) Subject: vfio-pci: Attempt bus/slot reset on release X-Git-Tag: omap-for-v3.17/fixes-against-rc2~70^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc4fba77124e2fe4eb14bcb52875c0b0228deace;p=pandora-kernel.git vfio-pci: Attempt bus/slot reset on release Each time a device is released, mark whether a local reset was successful or whether a bus/slot reset is needed. If a reset is needed and all of the affected devices are bound to vfio-pci and unused, allow the reset. This is most useful when the userspace driver is killed and releases all the devices in an unclean state, such as when a QEMU VM quits. Signed-off-by: Alex Williamson --- Reading git-diff-tree failed