cloud-hypervisor/vm-virtio/src
Sebastien Boeuf bac0d1e689 iommu: Implement virtio topology configuration
Based on the new structures previously introduced, the new topology
feature is being fully implemented through this commit. This allows
the description of the devices attached to the virtual IOMMU, which
is why a new function attach_devices() has been introduced. It gives
the virtual IOMMU device the full list of devices which must be attached
to it, letting the device share this information through its virtio
configuration.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-01-30 10:37:40 +01:00
..
transport vm-virtio: Handle special virtio-pci capability CAP_PCI_CFG 2020-01-30 09:25:52 +01:00
vhost_user vm-virtio: Simplify virtio-fs configuration 2020-01-28 10:28:14 +00:00
vsock vm-virtio: Pausable macro factorization improvements 2020-01-28 07:51:13 +01:00
block.rs vm-virtio: Implement multiqueue/multithread support for virtio-blk 2020-01-28 09:26:53 +01:00
console.rs vm-virtio: Rename epoll_thread to epoll_threads 2020-01-28 07:51:13 +01:00
device.rs vm-virtio: Further factorization 2020-01-28 07:51:13 +01:00
iommu.rs iommu: Implement virtio topology configuration 2020-01-30 10:37:40 +01:00
lib.rs ci: Run clippy for each specific feature 2020-01-21 11:44:40 +01:00
net_util.rs vm-virtio: Simplify virtio-net configuration 2020-01-28 10:28:14 +00:00
net.rs vm-virtio: Simplify virtio-net configuration 2020-01-28 10:28:14 +00:00
pmem.rs vm-virtio: Rename epoll_thread to epoll_threads 2020-01-28 07:51:13 +01:00
queue.rs vsock: vhost_user: vfio: Fix potential host memory overflow 2019-12-12 22:15:50 +01:00
rng.rs vm-virtio: Rename epoll_thread to epoll_threads 2020-01-28 07:51:13 +01:00