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>
This commit is contained in:
Marc-André Lureau 2016-09-25 13:08:07 +04:00 committed by Markus Armbruster
parent add1d10065
commit bf4914731f

View file

@ -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.