]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qmp-commands: move 'query-tpm-models' doc to schema
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 23 Jun 2016 11:43:58 +0000 (13:43 +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 e5ac6a162ca0d39c5a9f8587c5e080048e43f759..f3ec744708bd5d970b044e6b03c149c8a9cc0df4 100644 (file)
@@ -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
 ---------------
 
index e213873e0c3f52f8cbde73bedf77dd8fc1585f15..1c9573bec0d4c9c3cb013af763f03f2e080b810c 100644 (file)
 # Returns: a list of TpmModel
 #
 # Since: 1.5
+#
+# Example:
+#
+# -> { "execute": "query-tpm-models" }
+# <- { "return": [ "tpm-tis" ] }
+#
 ##
 { 'command': 'query-tpm-models', 'returns': ['TpmModel'] }