Re: [Qemu-devel] [PATCH v1 2/5] vl.c: add -smp, dies=* command line support

2019-01-17 Thread Daniel P . Berrangé
On Thu, Jan 17, 2019 at 09:18:29AM +0800, Like Xu wrote: > On 2019/1/17 2:26, Daniel P. Berrangé wrote: > > On Mon, Jan 14, 2019 at 06:51:34PM -0200, Eduardo Habkost wrote: > > > On Mon, Jan 14, 2019 at 08:24:56PM +0800, Like Xu wrote: > > > > This patch updates the check rules on legeacy -smp pars

Re: [Qemu-devel] [PATCH v1 2/5] vl.c: add -smp, dies=* command line support

2019-01-16 Thread Like Xu
On 2019/1/17 2:26, Daniel P. Berrangé wrote: On Mon, Jan 14, 2019 at 06:51:34PM -0200, Eduardo Habkost wrote: On Mon, Jan 14, 2019 at 08:24:56PM +0800, Like Xu wrote: This patch updates the check rules on legeacy -smp parse from user command and it's designed to obey the same restrictions as so

Re: [Qemu-devel] [PATCH v1 2/5] vl.c: add -smp, dies=* command line support

2019-01-16 Thread Daniel P . Berrangé
On Mon, Jan 14, 2019 at 06:51:34PM -0200, Eduardo Habkost wrote: > On Mon, Jan 14, 2019 at 08:24:56PM +0800, Like Xu wrote: > > This patch updates the check rules on legeacy -smp parse from user command > > and it's designed to obey the same restrictions as socket/core/thread model. > > > > Signed

Re: [Qemu-devel] [PATCH v1 2/5] vl.c: add -smp, dies=* command line support

2019-01-14 Thread Xu, Like
pfelbaum ; Paolo Bonzini > ; Peter Crosthwaite > ; Richard Henderson > Subject: Re: [Qemu-devel] [PATCH v1 2/5] vl.c: add -smp,dies=* command > line support > > On Mon, Jan 14, 2019 at 08:24:56PM +0800, Like Xu wrote: > > This patch updates the check rules on legeacy -smp

Re: [Qemu-devel] [PATCH v1 2/5] vl.c: add -smp, dies=* command line support

2019-01-14 Thread Eduardo Habkost
On Mon, Jan 14, 2019 at 08:24:56PM +0800, Like Xu wrote: > This patch updates the check rules on legeacy -smp parse from user command > and it's designed to obey the same restrictions as socket/core/thread model. > > Signed-off-by: Like Xu This would require the documentation for -smp to be upda

[Qemu-devel] [PATCH v1 2/5] vl.c: add -smp, dies=* command line support

2019-01-13 Thread Like Xu
This patch updates the check rules on legeacy -smp parse from user command and it's designed to obey the same restrictions as socket/core/thread model. Signed-off-by: Like Xu --- hmp.c | 3 +++ hw/core/machine.c | 12 vl.c | 33 -