Re: [Qemu-devel] [PATCH 11/12 v3] qmp: add cpu-add qmp command

2013-03-27 Thread Luiz Capitulino
On Tue, 26 Mar 2013 17:47:42 +0100 Igor Mammedov wrote: > Signed-off-by: Igor Mammedov > --- > v3: > * it appears that 'online/offline' in cpu-set are confusing people > with what command actually does and users might have to distinguish > if 'offline' is not implemented by parsing err

Re: [Qemu-devel] [PATCH 11/12 v3] qmp: add cpu-add qmp command

2013-03-26 Thread Igor Mammedov
On Tue, 26 Mar 2013 10:54:39 -0600 Eric Blake wrote: > On 03/26/2013 10:47 AM, Igor Mammedov wrote: > > Signed-off-by: Igor Mammedov > > --- > > v3: > > * it appears that 'online/offline' in cpu-set are confusing people > > with what command actually does and users might have to distinguis

Re: [Qemu-devel] [PATCH 11/12 v3] qmp: add cpu-add qmp command

2013-03-26 Thread Eric Blake
On 03/26/2013 10:47 AM, Igor Mammedov wrote: > Signed-off-by: Igor Mammedov > --- > v3: > * it appears that 'online/offline' in cpu-set are confusing people > with what command actually does and users might have to distinguish > if 'offline' is not implemented by parsing error message. T

[Qemu-devel] [PATCH 11/12 v3] qmp: add cpu-add qmp command

2013-03-26 Thread Igor Mammedov
Signed-off-by: Igor Mammedov --- v3: * it appears that 'online/offline' in cpu-set are confusing people with what command actually does and users might have to distinguish if 'offline' is not implemented by parsing error message. To simplify things replace cpu-set with cpu-add comman