|
| From: | Anthony Liguori |
| Subject: | [Qemu-devel] [CFR 7/10] cpu command |
| Date: | Tue, 15 Jun 2010 11:30:27 -0500 |
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.
| [Prev in Thread] | Current Thread | [Next in Thread] |