summaryrefslogtreecommitdiff
path: root/docs/qmp-commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/qmp-commands.txt')
-rw-r--r--docs/qmp-commands.txt25
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index c613ab45f5..3afb4389a7 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
---------------