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-Tag: v2.9.0-rc0~148^2~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=add1d100650db3a73b59c3021095a51778d8edd3;p=thirdparty%2Fqemu.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 715b9231fdc..3613cbfa5be 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.