From: Marc-André Lureau Date: Sun, 25 Sep 2016 09:08:07 +0000 (+0400) Subject: qmp-commands: remove qmp_capabilities from txt X-Git-Tag: v2.9.0-rc0~148^2~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf4914731f6e717a9a4027ead1fac93a74087051;p=thirdparty%2Fqemu.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 3613cbfa5be..b51d5b32ecc 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.