cloud-hypervisor/vm-virtio/src
Sebastien Boeuf 8845326aa2 vm-virtio: Introduce DescriptorChain iterator
In order to iterate over a chain of descriptor chains, this code has
been ported over from crosvm, based on the commit
961461350c0b6824e5f20655031bf6c6bf6b7c30.

The main modification compared to the original code is the way the
sorting between readable and writable descriptors happens.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-11-22 22:17:47 +01:00
..
transport vm-virtio: Create new VirtioTransport trait to abstract ioeventfds 2019-10-31 09:30:59 +01:00
vhost_user
vsock vm-virtio: Replace use of deprecated std::mem::uninitialized 2019-11-08 20:43:52 +00:00
block.rs vm-virtio: export block::Request and related funcs/structs 2019-11-07 10:36:30 +00: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: export block::Request and related funcs/structs 2019-11-07 10:36:30 +00:00
net.rs
pmem.rs vm-virtio: Add IOMMU support to virtio-pmem 2019-10-07 10:12:07 +02:00
queue.rs vm-virtio: Introduce DescriptorChain iterator 2019-11-22 22:17:47 +01:00
rng.rs vm-virtio: Add IOMMU support to virtio-rng 2019-10-07 10:12:07 +02:00