summaryrefslogtreecommitdiff
path: root/qapi-schema.json
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-06-23 13:44:16 +0200
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:15:30 +0100
commit5a4c031616f4f41edebe608732a7f784c4cff484 (patch)
tree7feeffbf366196e825b27cd5f64d9128d25c4c14 /qapi-schema.json
parentb7c7941b04bbc65425bcad710fa29fb88bd5ab9f (diff)
downloadqemu-5a4c031616f4f41edebe608732a7f784c4cff484.tar.gz
qmp-commands: move 'query-tpm-types' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r--qapi-schema.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json
index 1c9573bec0..68a841882d 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -4929,6 +4929,12 @@
# Returns: a list of TpmType
#
# Since: 1.5
+#
+# Example:
+#
+# -> { "execute": "query-tpm-types" }
+# <- { "return": [ "passthrough" ] }
+#
##
{ 'command': 'query-tpm-types', 'returns': ['TpmType'] }