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>
This commit is contained in:
parent
bf4914731f
commit
adcbc0d997
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user