man: Document the --keywrap option

This commit is contained in:
Cole Robinson 2019-07-28 18:11:04 -04:00
parent e70ead5098
commit b20c5764bc
3 changed files with 11 additions and 1 deletions

View File

@ -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:

View File

@ -216,6 +216,8 @@ variants.
=item B<--seclabel>
=item B<--keywrap>
=item B<--cputune>
=item B<--numatune>

View File

@ -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",