From: Michal Privoznik Date: Tue, 12 Jul 2022 14:10:08 +0000 (+0200) Subject: docs: Document TPM portion of domcaps X-Git-Tag: v8.6.0-rc1~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a00c565c4d0f0ec970e043ea2686bd30396ed79;p=thirdparty%2Flibvirt.git docs: Document TPM portion of domcaps Surprisingly, we don't document TPM part of domain capabilities. Fortunately, the information exposed is pretty much self explanatory, but we should document it regardless. Signed-off-by: Michal Privoznik Reviewed-by: Peter Krempa --- diff --git a/docs/formatdomaincaps.rst b/docs/formatdomaincaps.rst index 933469b2a2..3c425a9a4a 100644 --- a/docs/formatdomaincaps.rst +++ b/docs/formatdomaincaps.rst @@ -494,6 +494,35 @@ instance: ``driverType`` Options for the ``type`` attribute of the element. +TPM device +^^^^^^^^^^ + +TPM device capabilities are exposed under the ``tpm`` element. For instance: + +:: + + + ... + + + + tpm-tis + tpm-crb + + + passthrough + emulator + + + ... + + + +``model`` + Options for the ``model`` attribute of the ```` element. +``backendModel`` + Options for the ``type`` attribute of the ```` element. + Features ~~~~~~~~