From adcbc0d99780af87ad3ffe99b92e0e64fb4cb73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Sun, 25 Sep 2016 13:10:27 +0400 Subject: [PATCH] qmp-commands: remove cpu from txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The cpu command is deprecated since commit 755f196898. Signed-off-by: Marc-André Lureau Signed-off-by: Markus Armbruster --- docs/qmp-commands.txt | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/qmp-commands.txt b/docs/qmp-commands.txt index b51d5b32ec..89170aabde 100644 --- a/docs/qmp-commands.txt +++ b/docs/qmp-commands.txt @@ -77,19 +77,3 @@ Notes: (2) It's possible to list device properties by running QEMU with the "-device DEVICE,\?" command-line argument, where DEVICE is the device's name - -cpu ---- - -Set the default CPU. - -Arguments: - -- "index": the CPU's index (json-int) - -Example: - --> { "execute": "cpu", "arguments": { "index": 0 } } -<- { "return": {} } - -Note: CPUs' indexes are obtained with the 'query-cpus' command.