mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: Add "iommu_segments" to --platform
This provides a list of segments on which all devices will be placed behind the IOMMU. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -155,7 +155,7 @@ fn create_app<'a>(
|
||||
Arg::new("platform")
|
||||
.long("platform")
|
||||
.help(
|
||||
"num_pci_segments=<num pci segments>",
|
||||
"num_pci_segments=<num pci segments>,iommu_segments=<list_of_segments>",
|
||||
)
|
||||
.takes_value(true)
|
||||
.group("vm-config"),
|
||||
|
||||
Reference in New Issue
Block a user