qmp-commands: move 'query-tpm-types' doc to schema
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 23 Jun 2016 11:44:16 +0000 (13:44 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 16 Jan 2017 08:15:30 +0000 (09:15 +0100)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
docs/qmp-commands.txt
qapi-schema.json

index f3ec744708bd5d970b044e6b03c149c8a9cc0df4..c613ab45f54087a399c201869014a54a536dde67 100644 (file)
@@ -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
 ---------------
 
index 1c9573bec0d4c9c3cb013af763f03f2e080b810c..68a841882d09260bbaa8fdafcf67cddbb682cafe 100644 (file)
 # Returns: a list of TpmType
 #
 # Since: 1.5
+#
+# Example:
+#
+# -> { "execute": "query-tpm-types" }
+# <- { "return": [ "passthrough" ] }
+#
 ##
 { 'command': 'query-tpm-types', 'returns': ['TpmType'] }