diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 13:44:16 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:15:30 +0100 |
commit | 5a4c031616f4f41edebe608732a7f784c4cff484 (patch) | |
tree | 7feeffbf366196e825b27cd5f64d9128d25c4c14 /qapi-schema.json | |
parent | b7c7941b04bbc65425bcad710fa29fb88bd5ab9f (diff) |
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.json | 6 |
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'] } |