From: Marc-André Lureau Date: Sun, 25 Sep 2016 09:07:38 +0000 (+0400) Subject: qmp-commands: remove query-qmp-schema from txt X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=add1d100650db3a73b59c3021095a51778d8edd3;p=qemu.git qmp-commands: remove query-qmp-schema from txt It's better described in the schema already. Signed-off-by: Marc-André Lureau Signed-off-by: Markus Armbruster --- diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index 715b9231fd..3613cbfa5b 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -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.