From: Marc-André Lureau Date: Sun, 25 Sep 2016 09:10:27 +0000 (+0400) Subject: qmp-commands: remove cpu from txt X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=adcbc0d99780af87ad3ffe99b92e0e64fb4cb73c;p=qemu.git qmp-commands: remove cpu from txt The cpu command is deprecated since commit 755f196898. Signed-off-by: Marc-André Lureau Signed-off-by: Markus Armbruster --- 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.