cloud-hypervisor/vfio/src
Sebastien Boeuf 3acf9dfcf3 vfio: Don't map guest memory for VFIO devices attached to vIOMMU
In case a VFIO devices is being attached behind a virtual IOMMU, we
should not automatically map the entire guest memory for the specific
device.

A VFIO device attached to the virtual IOMMU will be driven with IOVAs,
hence we should simply wait for the requests coming from the virtual
IOMMU.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-10-16 07:27:06 +02:00
..
lib.rs vfio: Create VFIO implementation of ExternalDmaMapping 2019-10-16 07:27:06 +02:00
vfio_device.rs vfio: Don't map guest memory for VFIO devices attached to vIOMMU 2019-10-16 07:27:06 +02:00
vfio_ioctls.rs vfio: VFIO API wrappers and helpers 2019-07-24 11:55:08 +02:00
vfio_pci.rs linters: Fix clippy issues 2019-08-15 09:10:04 -07:00