mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
bin: Share VFIO device syntax between cloud-hypervisor and ch-remote
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -198,10 +198,7 @@ fn create_app<'a, 'b>(
|
||||
.arg(
|
||||
Arg::with_name("device")
|
||||
.long("device")
|
||||
.help(
|
||||
"Direct device assignment parameters \
|
||||
\"path=<device_path>,iommu=on|off,id=<device_id>\"",
|
||||
)
|
||||
.help(config::DeviceConfig::SYNTAX)
|
||||
.takes_value(true)
|
||||
.min_values(1)
|
||||
.group("vm-config"),
|
||||
|
||||
Reference in New Issue
Block a user