cloud-hypervisor/vfio/src
Wu Zongyong d7dc1a9226 pci: don't cleanup msi/msix interrupts repeatedly
We disabled msi/msix twice inside Drop trait for VfioPciDevice,
which resulted in error message "Could not disable MSI-X". Eliminating
this error by check whether the msi/msix capability is enabled.

Signed-off-by: Wu Zongyong <wuzongyong@linux.alibaba.com>
CC: Liu Jiang <gerry@linux.alibaba.com>
2019-11-21 06:38:36 -08:00
..
lib.rs vfio: Create VFIO implementation of ExternalDmaMapping 2019-10-16 07:27:06 +02:00
vfio_device.rs vfio: use correct flags to disable interrupts 2019-11-21 06:38:36 -08:00
vfio_ioctls.rs vfio: VFIO API wrappers and helpers 2019-07-24 11:55:08 +02:00
vfio_pci.rs pci: don't cleanup msi/msix interrupts repeatedly 2019-11-21 06:38:36 -08:00