On 04/23/2013 02:29 AM, Igor Mammedov wrote:
> Adds "cpu-add id=xxx" QMP command.
>
> cpu-add's "id" argument is a CPU number in a range [0..max-cpus)
>
> Example QMP command:
> -> { "execute": "cpu-add", "arguments": { "id": 2 } }
> <- { "return": {} }
>
> Signed-off-by: Igor Mammedov
> ---
On Tue, 23 Apr 2013 09:26:22 -0400
Luiz Capitulino wrote:
> On Tue, 23 Apr 2013 10:29:55 +0200
> Igor Mammedov wrote:
>
> > Adds "cpu-add id=xxx" QMP command.
> >
> > cpu-add's "id" argument is a CPU number in a range [0..max-cpus)
> >
> > Example QMP command:
> > -> { "execute": "cpu-add",
On Tue, 23 Apr 2013 10:29:55 +0200
Igor Mammedov wrote:
> Adds "cpu-add id=xxx" QMP command.
>
> cpu-add's "id" argument is a CPU number in a range [0..max-cpus)
>
> Example QMP command:
> -> { "execute": "cpu-add", "arguments": { "id": 2 } }
> <- { "return": {} }
>
> Signed-off-by: Igor Mam
Adds "cpu-add id=xxx" QMP command.
cpu-add's "id" argument is a CPU number in a range [0..max-cpus)
Example QMP command:
-> { "execute": "cpu-add", "arguments": { "id": 2 } }
<- { "return": {} }
Signed-off-by: Igor Mammedov
---
v6:
* added valid values description to qapi schema
* split o