aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-09-25 13:10:27 +0400
committerMarkus Armbruster <armbru@redhat.com>2017-01-16 09:19:48 +0100
commitadcbc0d99780af87ad3ffe99b92e0e64fb4cb73c (patch)
treecb7a2a9d23ecb783dbeab3a54c8bc39745a01fab /docs
parentbf4914731f6e717a9a4027ead1fac93a74087051 (diff)
qmp-commands: remove cpu from txt
The cpu command is deprecated since commit 755f196898. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/qmp-commands.txt16
1 files changed, 0 insertions, 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.