mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-24 02:04:13 +03:00
man: Document the --keywrap option
This commit is contained in:
parent
e70ead5098
commit
b20c5764bc
@ -310,6 +310,13 @@ LABEL without TYPE implies static configuration.
|
||||
Use --security=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#seclabel>
|
||||
|
||||
|
||||
=item B<--keywrap> OPTIONS
|
||||
|
||||
Specify domain <keywrap> XML, used for S390 cryptographic key management operations.
|
||||
|
||||
Use --keywrap=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#keywrap>
|
||||
|
||||
|
||||
=item B<--iothreads> OPTIONS
|
||||
|
||||
Specify domain <iothreads> and/or <iothreadids> XML. For example, to configure <iothreads>4</iothreads>, do:
|
||||
|
@ -216,6 +216,8 @@ variants.
|
||||
|
||||
=item B<--seclabel>
|
||||
|
||||
=item B<--keywrap>
|
||||
|
||||
=item B<--cputune>
|
||||
|
||||
=item B<--numatune>
|
||||
|
@ -777,7 +777,8 @@ def add_guest_xml_options(geng):
|
||||
|
||||
ParserKeyWrap.register()
|
||||
geng.add_argument("--keywrap", action="append",
|
||||
help=_("Set guest to perform the S390 cryptographic key management operations."))
|
||||
help=_("Set guest to perform the S390 cryptographic "
|
||||
"key management operations."))
|
||||
|
||||
ParserCputune.register()
|
||||
geng.add_argument("--cputune", action="append",
|
||||
|
Loading…
x
Reference in New Issue
Block a user