diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-06-23 13:45:12 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:15:30 +0100 |
commit | 4e022d01ee17cbc5653db51108832fe938a9c6da (patch) | |
tree | 9f3e0d1de3aa5548eab4be75b8aaba89b95706e8 /docs | |
parent | 5a4c031616f4f41edebe608732a7f784c4cff484 (diff) | |
download | qemu-4e022d01ee17cbc5653db51108832fe938a9c6da.zip qemu-4e022d01ee17cbc5653db51108832fe938a9c6da.tar.gz qemu-4e022d01ee17cbc5653db51108832fe938a9c6da.tar.bz2 |
qmp-commands: move 'query-tpm' doc to schema
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/qmp-commands.txt | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index c613ab4..3afb438 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -1203,31 +1203,6 @@ Example: ] } -query-tpm ---------- - -Return information about the TPM device. - -Arguments: None - -Example: - --> { "execute": "query-tpm" } -<- { "return": - [ - { "model": "tpm-tis", - "options": - { "type": "passthrough", - "data": - { "cancel-path": "/sys/class/misc/tpm0/device/cancel", - "path": "/dev/tpm0" - } - }, - "id": "tpm0" - } - ] - } - query-rx-filter --------------- |