summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2022-02-17 14:51:04 -0500
committerCole Robinson <crobinso@redhat.com>2022-02-19 08:36:28 -0500
commitd70d4e6e7a42dbdc938de7af712be39accd2b3cb (patch)
tree3cba81de484ae9149926465af90a5447c041e05a /man
parent39731b8bf70829b1ce72fceddc81b27c83d3a077 (diff)
downloadvirt-manager-d70d4e6e7a42dbdc938de7af712be39accd2b3cb.tar.gz
devices: tpm: Rework defaults
The code previously was just encoding the same defaults as libvirt, which doesn't really add anything. Instead, let's prefer type='emulator' model='tpm-crb', which gives the most modern virtualization friendly config. When we don't know if that will work, we mostly leave things up to libvirt to fill in. Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/virt-install.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/virt-install.rst b/man/virt-install.rst
index 47fbe531..85a22f98 100644
--- a/man/virt-install.rst
+++ b/man/virt-install.rst
@@ -1851,6 +1851,9 @@ Configure a virtual TPM device. Examples:
``--tpm emulator``
Request an emulated TPM device.
+``--tpm default``
+ Request virt-install to fill in a modern recommended default
+
Use --tpm=? to see a list of all available sub options.
Complete details at https://libvirt.org/formatdomain.html#elementsTpm