cloud-hypervisor/vfio/src
Sebastien Boeuf 347f8a036b vfio: pci: Mask multi function device bit
In order to support VFIO for devices supporting multiple functions,
we need to mask the multi-function bit (bit 7 from Header Type byte).
Otherwise, the guest kernel ends up tryng to enumerate those devices.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-07-31 09:28:29 +02:00
..
lib.rs vfio: pci: Build the KVM routes 2019-07-24 11:55:08 +02:00
vfio_device.rs vfio: Create a global KVM VFIO device for all VFIO devices 2019-07-25 11:45:38 +01:00
vfio_ioctls.rs vfio: VFIO API wrappers and helpers 2019-07-24 11:55:08 +02:00
vfio_pci.rs vfio: pci: Mask multi function device bit 2019-07-31 09:28:29 +02:00