From add1d100650db3a73b59c3021095a51778d8edd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Sun, 25 Sep 2016 13:07:38 +0400 Subject: [PATCH] qmp-commands: remove query-qmp-schema from txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's better described in the schema already. Signed-off-by: Marc-André Lureau Signed-off-by: Markus Armbruster --- docs/qmp-commands.txt | 12 ------------ 1 file changed, 12 deletions(-) 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.