]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qmp-commands: remove query-qmp-schema from txt
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Sun, 25 Sep 2016 09:07:38 +0000 (13:07 +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 715b9231fdc193999d860e21748a0125f6ab3299..3613cbfa5beb636819c21420cd3048d2aa3d3a90 100644 (file)
@@ -107,15 +107,3 @@ Example:
 <- { "return": {} }
 
 Note: This command must be issued before issuing any other command.
-
-3. Query Commands
-=================
-
-
-query-qmp-schema
-----------------
-
-Return the QMP wire schema.  The returned value is a json-array of
-named schema entities.  Entities are commands, events and various
-types.  See docs/qapi-code-gen.txt for information on their structure
-and intended use.