[PATCH v2 0/4] pci: fix unhandled interrupt on shutdown

2015-03-19 Thread Michael S. Tsirkin
Fam Zheng noticed that pci shutdown disables msi and msix of a device while device is still active. This was intended to fix kexec with fusion devices but had the unintended effect of breaking even regular shutdown when using virtio. The same problem would affect any driver which doesn't register

Re: [PATCH v2 0/4] pci: fix unhandled interrupt on shutdown

2015-03-22 Thread Fam Zheng
On Thu, 03/19 19:57, Michael S. Tsirkin wrote: > Fam Zheng noticed that pci shutdown disables msi and msix of a device while > device is still active. This was intended to fix kexec with fusion devices but > had the unintended effect of breaking even regular shutdown when using virtio. Series: Rev