cloud-hypervisor/vm-virtio/src
Sebastien Boeuf f40adff2a1 vm-virtio: Add virtio-iommu support
This patch introduces the first implementation of the virtio-iommu
device. This device emulates an IOMMU for the guest, which allows
special use cases like nesting passed through devices, or even using
IOVAs from the guest.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-10-07 10:12:07 +02:00
..
transport vm-virtio: Translate addresses for devices attached to IOMMU 2019-10-07 10:12:07 +02:00
vhost_user vm-virtio: Implement reset() for vhost-user-fs 2019-10-07 10:12:07 +02:00
vsock vm-virtio: Add IOMMU support to virtio-vsock 2019-10-07 10:12:07 +02:00
block.rs vm-virtio: Add IOMMU support to virtio-blk 2019-10-07 10:12:07 +02:00
console.rs vm-virtio: Add IOMMU support to virtio-console 2019-10-07 10:12:07 +02:00
device.rs vm-virtio: Translate addresses for devices attached to IOMMU 2019-10-07 10:12:07 +02:00
iommu.rs vm-virtio: Add virtio-iommu support 2019-10-07 10:12:07 +02:00
lib.rs vm-virtio: Add virtio-iommu support 2019-10-07 10:12:07 +02:00
net.rs vm-virtio: Add IOMMU support to virtio-net 2019-10-07 10:12:07 +02:00
pmem.rs vm-virtio: Add IOMMU support to virtio-pmem 2019-10-07 10:12:07 +02:00
queue.rs vm-virtio: Translate addresses for devices attached to IOMMU 2019-10-07 10:12:07 +02:00
rng.rs vm-virtio: Add IOMMU support to virtio-rng 2019-10-07 10:12:07 +02:00