From: Marc-André Lureau Date: Sun, 25 Sep 2016 09:08:07 +0000 (+0400) Subject: qmp-commands: remove qmp_capabilities from txt X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bf4914731f6e717a9a4027ead1fac93a74087051;p=qemu.git qmp-commands: remove qmp_capabilities 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 3613cbfa5b..b51d5b32ec 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -93,17 +93,3 @@ Example: <- { "return": {} } Note: CPUs' indexes are obtained with the 'query-cpus' command. - -qmp_capabilities ----------------- - -Enable QMP capabilities. - -Arguments: None. - -Example: - --> { "execute": "qmp_capabilities" } -<- { "return": {} } - -Note: This command must be issued before issuing any other command.