aboutsummaryrefslogtreecommitdiff
path: root/qapi/tpm.json
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2024-02-05 08:47:06 +0100
committerMarkus Armbruster <armbru@redhat.com>2024-02-12 10:04:32 +0100
commit2fecccbc841b7225be44f759a22ff245d274bb65 (patch)
treeea36514f66226bba18c228abbaf2ae023c9483ab /qapi/tpm.json
parenta57790f7d72e4672b8f27e7affc036977f666f7e (diff)
downloadqemu-2fecccbc841b7225be44f759a22ff245d274bb65.zip
qemu-2fecccbc841b7225be44f759a22ff245d274bb65.tar.gz
qemu-2fecccbc841b7225be44f759a22ff245d274bb65.tar.bz2
qapi: Plug trivial documentation holes around former simple unions
The conversion of simple to flat unions left the @data members undocumented. Add documentation where it's trivial. Copy verbatim from the wrapped type's description where possible. Leftovers: String (to be taken care of in the next commit), and TransActionAction (left for another day). Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240205074709.3613229-13-armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'qapi/tpm.json')
-rw-r--r--qapi/tpm.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/qapi/tpm.json b/qapi/tpm.json
index a754455..f9c1e86 100644
--- a/qapi/tpm.json
+++ b/qapi/tpm.json
@@ -102,6 +102,8 @@
##
# @TPMPassthroughOptionsWrapper:
#
+# @data: Information about the TPM passthrough type
+#
# Since: 1.5
##
{ 'struct': 'TPMPassthroughOptionsWrapper',
@@ -111,6 +113,8 @@
##
# @TPMEmulatorOptionsWrapper:
#
+# @data: Information about the TPM emulator type
+#
# Since: 2.11
##
{ 'struct': 'TPMEmulatorOptionsWrapper',