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.