mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-08-08 04:04:50 -05:00
virt-install: add a host cpu passthrough example to the -help output
Signed-off-by: Lin Ma <lma@suse.com>
This commit is contained in:
+2
-1
@@ -618,7 +618,8 @@ def vcpu_cli_options(grp, backcompat=True, editexample=False):
|
||||
extramsg = "--cpu host-model,clearxml=yes"
|
||||
grp.add_argument("--cpu",
|
||||
help=_("CPU model and features. Ex:\n"
|
||||
"--cpu coreduo,+x2apic\n") + extramsg)
|
||||
"--cpu coreduo,+x2apic\n"
|
||||
"--cpu host-passthrough\n") + extramsg)
|
||||
|
||||
if backcompat:
|
||||
grp.add_argument("--check-cpu", action="store_true",
|
||||
|
||||
Reference in New Issue
Block a user