commit | a2be65fd363831502afdf0babdf48149b3959cde | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Wed Mar 03 13:38:43 2010 -0500 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Tue Jul 19 20:58:31 2011 -0400 |
tree | 07d69e95d8abb66eca6c13e59ee22dd1e6b6bb20 | |
parent | fd5b221b348adf63d413de9adad030e4f13664b7 [diff] |
xen/pciback: Disable MSI/MSI-X when reseting a device In cases where the guest is abruptly killed and has not disabled MSI/MSI-X interrupts we want to do it for it. Otherwise when the guest is started up and enables MSI, we would get a WARN() that the device already had been enabled. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>