mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-04-01 20:04:37 +00:00
vmm: Fix virtio-vsock creation with virtual IOMMU
If the virtio-vsock device is supposed to be placed behind the virtual IOMMU, this must be explicitly propagated through the code. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
parent
50134969b9
commit
8031ac33c3
@ -1683,7 +1683,7 @@ impl DeviceManager {
|
||||
|
||||
Ok((
|
||||
Arc::clone(&vsock_device) as VirtioDeviceArc,
|
||||
false,
|
||||
vsock_cfg.iommu,
|
||||
vsock_cfg.id.clone(),
|
||||
))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user