cloud-hypervisor/vm-virtio/src/transport
Sebastien Boeuf 0acb1e329d vm-virtio: Translate addresses for devices attached to IOMMU
In case some virtio devices are attached to the virtual IOMMU, their
vring addresses need to be translated from IOVA into GPA. Otherwise it
makes no sense to try to access them, and they would cause out of range
errors.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-10-07 10:12:07 +02:00
..
mmio.rs vm-virtio: Fix compilation warning from "mmio" feature only build 2019-09-16 08:55:35 -07:00
mod.rs vm-virtio: Add MMIO transport 2019-09-13 12:30:13 +01:00
pci_common_config.rs vm-virtio: Translate addresses for devices attached to IOMMU 2019-10-07 10:12:07 +02:00
pci_device.rs vm-virtio: Translate addresses for devices attached to IOMMU 2019-10-07 10:12:07 +02:00