On 06/15/2010 11:30 AM, Anthony Liguori wrote:
cpu
---

Set the default CPU.

We need to remove this from QMP IMHO. All QMP commands should take a CPU index.

Regards,

Anthony Liguori

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.



Reply via email to