mirror of https://github.com/xemu-project/xemu.git
qmp-commands: move 'query-tpm-models' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
7cfee8d943
commit
b7c7941b04
|
@ -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
|
query-tpm-types
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|
|
@ -4901,6 +4901,12 @@
|
||||||
# Returns: a list of TpmModel
|
# Returns: a list of TpmModel
|
||||||
#
|
#
|
||||||
# Since: 1.5
|
# Since: 1.5
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
#
|
||||||
|
# -> { "execute": "query-tpm-models" }
|
||||||
|
# <- { "return": [ "tpm-tis" ] }
|
||||||
|
#
|
||||||
##
|
##
|
||||||
{ 'command': 'query-tpm-models', 'returns': ['TpmModel'] }
|
{ 'command': 'query-tpm-models', 'returns': ['TpmModel'] }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue