mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
b7c7941b04
commit
5a4c031616
|
@ -1228,18 +1228,6 @@ Example:
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
query-tpm-types
|
|
||||||
---------------
|
|
||||||
|
|
||||||
Return a list of supported TPM types.
|
|
||||||
|
|
||||||
Arguments: None
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
-> { "execute": "query-tpm-types" }
|
|
||||||
<- { "return": [ "passthrough" ] }
|
|
||||||
|
|
||||||
query-rx-filter
|
query-rx-filter
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|
|
@ -4929,6 +4929,12 @@
|
||||||
# Returns: a list of TpmType
|
# Returns: a list of TpmType
|
||||||
#
|
#
|
||||||
# Since: 1.5
|
# Since: 1.5
|
||||||
|
#
|
||||||
|
# Example:
|
||||||
|
#
|
||||||
|
# -> { "execute": "query-tpm-types" }
|
||||||
|
# <- { "return": [ "passthrough" ] }
|
||||||
|
#
|
||||||
##
|
##
|
||||||
{ 'command': 'query-tpm-types', 'returns': ['TpmType'] }
|
{ 'command': 'query-tpm-types', 'returns': ['TpmType'] }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue