Skip to content
Commit 92c80268 authored by hexin's avatar hexin Committed by Alex Williamson
Browse files

vfio_pci: Restore original state on release

vfio_pci_enable() saves the device's initial configuration information
with the intent that it is restored in vfio_pci_disable().  However,
the commit referenced in Fixes: below replaced the call to
__pci_reset_function_locked(), which is not wrapped in a state save
and restore, with pci_try_reset_function(), which overwrites the
restored device state with the current state before applying it to the
device.  Reinstate use of __pci_reset_function_locked() to return to
the desired behavior.

Fixes: 890ed578

 ("vfio-pci: Use pci "try" reset interface")
Signed-off-by: default avatarhexin <hexin15@baidu.com>
Signed-off-by: default avatarLiu Qi <liuqi16@baidu.com>
Signed-off-by: default avatarZhang Yu <zhangyu31@baidu.com>
Signed-off-by: default avatarAlex Williamson <alex.williamson@redhat.com>
parent d1abaeb3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment