aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-09-25 13:07:38 +0400
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:19:48 +0100
commitadd1d100650db3a73b59c3021095a51778d8edd3 (patch)
treec55c950b081c7a490cb4be4adc0f1d561c860add
parentc08d64434aea7b798c4a25d40db4021ca17a8588 (diff)
downloadqemu-add1d100650db3a73b59c3021095a51778d8edd3.zip
qemu-add1d100650db3a73b59c3021095a51778d8edd3.tar.gz
qemu-add1d100650db3a73b59c3021095a51778d8edd3.tar.bz2
qmp-commands: remove query-qmp-schema from txt
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>
-rw-r--r--docs/qmp-commands.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt
index 715b923..3613cbf 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.