cloud-hypervisor/vm-virtio/src
Sebastien Boeuf 5694ac2b1e vm-virtio: Create new VirtioTransport trait to abstract ioeventfds
In order to group together some functions that can be shared across
virtio transport layers, this commit introduces a new trait called
VirtioTransport.

The first function of this trait being ioeventfds() as it is needed from
both virtio-mmio and virtio-pci devices, represented by MmioDevice and
VirtioPciDevice structures respectively.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-10-31 09:30:59 +01:00
..
transport vm-virtio: Create new VirtioTransport trait to abstract ioeventfds 2019-10-31 09:30:59 +01: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: Allow 2MiB mappings 2019-10-18 07:21:40 +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