Skip to content

Commit

Permalink
qmp-commands: move 'query-tpm-models' doc to schema
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
  • Loading branch information
elmarco authored and Markus Armbruster committed Jan 16, 2017
1 parent 7cfee8d commit b7c7941
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/qmp-commands.txt
Expand Up @@ -1228,18 +1228,6 @@ Example:
]
}

query-tpm-models
----------------

Return a list of supported TPM models.

Arguments: None

Example:

-> { "execute": "query-tpm-models" }
<- { "return": [ "tpm-tis" ] }

query-tpm-types
---------------

Expand Down
6 changes: 6 additions & 0 deletions qapi-schema.json
Expand Up @@ -4901,6 +4901,12 @@
# Returns: a list of TpmModel
#
# Since: 1.5
#
# Example:
#
# -> { "execute": "query-tpm-models" }
# <- { "return": [ "tpm-tis" ] }
#
##
{ 'command': 'query-tpm-models', 'returns': ['TpmModel'] }

Expand Down

0 comments on commit b7c7941

Please sign in to comment.