mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: Introduce option --platform iommufd=on|off
This option allows user to configure VFIO device pass-through with iommufd (e.g. vfio cdev mode) or not (e.g. vfio legacy mode). Signed-off-by: Bo Chen <bchen@crusoe.ai>
This commit is contained in:
@@ -794,6 +794,9 @@ components:
|
||||
sev_snp:
|
||||
type: boolean
|
||||
default: false
|
||||
iommufd:
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
MemoryZoneConfig:
|
||||
required:
|
||||
|
||||
Reference in New Issue
Block a user