From: Marc-André Lureau Date: Thu, 23 Jun 2016 11:44:16 +0000 (+0200) Subject: qmp-commands: move 'query-tpm-types' doc to schema X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5a4c031616f4f41edebe608732a7f784c4cff484;p=qemu.git qmp-commands: move 'query-tpm-types' doc to schema Signed-off-by: Marc-André Lureau Signed-off-by: Markus Armbruster --- diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index f3ec744708..c613ab45f5 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -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 --------------- 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'] }