]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qmp-commands: remove qmp_capabilities from txt
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Sun, 25 Sep 2016 09:08:07 +0000 (13:08 +0400)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 16 Jan 2017 08:19:48 +0000 (09:19 +0100)
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>
docs/qmp-commands.txt

index 3613cbfa5beb636819c21420cd3048d2aa3d3a90..b51d5b32ecc332e1290477a86b8a26a58ebbae98 100644 (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.