]> Git Repo - qemu.git/commitdiff
qmp-commands: remove cpu from txt
authorMarc-André Lureau <[email protected]>
Sun, 25 Sep 2016 09:10:27 +0000 (13:10 +0400)
committerMarkus Armbruster <[email protected]>
Mon, 16 Jan 2017 08:19:48 +0000 (09:19 +0100)
The cpu command is deprecated since commit 755f196898.

Signed-off-by: Marc-André Lureau <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
docs/qmp-commands.txt

index b51d5b32ecc332e1290477a86b8a26a58ebbae98..89170aabdeefe3aa9fe9eae3a3e896b77d29d7bc 100644 (file)
@@ -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.
This page took 0.026197 seconds and 4 git commands to generate.