From: Alex Williamson Date: Fri, 7 Dec 2012 20:43:50 +0000 (-0700) Subject: vfio-pci: Re-order device reset X-Git-Tag: v3.8-rc1~10^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2007722a606bf9f195217f7afd2fbee4bc202c42;p=pandora-kernel.git vfio-pci: Re-order device reset Move the device reset to the end of our disable path, the device should already be stopped from pci_disable_device(). This also allows us to manipulate the save/restore to avoid the save/reset/restore + save/restore that we had before. Signed-off-by: Alex Williamson --- Reading git-diff-tree failed