summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2020-01-18 14:39:41 -0500
committerCole Robinson <crobinso@redhat.com>2020-01-18 15:27:01 -0500
commit08313ede2b4600556bffe06586f11edea23b447b (patch)
tree413c4c6395d13f32a230deaacd7396272a265fb2 /man
parent9346c22134f728617eab1322da679febf4bf54ef (diff)
downloadvirt-manager-08313ede2b4600556bffe06586f11edea23b447b.tar.gz
man: virt-install: Improve --tpm docs
* Stop listing sub options, since there's multiple, and most won't need to be specified. * Give an example for type=emulator Reported-by: Junqin Zhou <juzhou@redhat.com> Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/virt-install.pod19
1 files changed, 4 insertions, 15 deletions
diff --git a/man/virt-install.pod b/man/virt-install.pod
index 8b914c80..2a46cad8 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -1693,29 +1693,18 @@ Use --memballoon=? to see a list of all available sub options. Complete details
Configure a virtual TPM device.
-Type must be B<passthrough>. Additional options are:
-
-=over 4
-
-=item B<model>
-
-The device model to present to the guest operating system. Model
-must be B<tpm-tis>.
-
-=back
-
An example invocation:
=over 4
-=item B<--tpm passthrough,model=tpm-tis>
-
-Make the host's TPM accessible to a single guest.
-
=item B<--tpm /dev/tpm>
Convenience option for passing through the hosts TPM.
+=item B<--tpm emulator>
+
+Request an emulated TPM device.
+
=back
Use --tpm=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsTpm>