diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-09-25 13:08:07 +0400 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2017-01-16 09:19:48 +0100 |
commit | bf4914731f6e717a9a4027ead1fac93a74087051 (patch) | |
tree | a974082d1ab71d5e9c4b654fb88e1d2106b9ac72 /docs | |
parent | add1d100650db3a73b59c3021095a51778d8edd3 (diff) |
qmp-commands: remove qmp_capabilities from txt
It's better described in the schema already.
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 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index 3613cbfa5b..b51d5b32ec 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -93,17 +93,3 @@ Example: <- { "return": {} } Note: CPUs' indexes are obtained with the 'query-cpus' command. - -qmp_capabilities ----------------- - -Enable QMP capabilities. - -Arguments: None. - -Example: - --> { "execute": "qmp_capabilities" } -<- { "return": {} } - -Note: This command must be issued before issuing any other command. |