cloud-hypervisor/vmm/src
Sebastien Boeuf 5fc3f37c9b vmm: Add iommu=on|off option for --device
Having the virtual IOMMU created with --iommu is one thing, but we also
need a way to decide if a VFIO device should be attached to the virtual
IOMMU or not. That's why we introduce an extra option "iommu" with the
value "on" or "off". By default, the device is not attached, which means
"iommu=off".

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-10-16 07:27:06 +02:00
..
api vmm: Add iommu=on|off option for --device 2019-10-16 07:27:06 +02:00
config.rs vmm: Add iommu=on|off option for --device 2019-10-16 07:27:06 +02:00
device_manager.rs vmm: Support virtio-pci devices attached to a virtual IOMMU 2019-10-07 10:12:07 +02:00
lib.rs vmm: Rename Booted vm state to Running 2019-10-10 17:13:44 -07:00
vm.rs vmm: vm: Add state validation unit test 2019-10-14 06:35:36 +02:00