Re: [Xen-devel] [PATCH] libxl: avoid bringing up vcpus already online

2014-11-21 Thread Anthony PERARD
On Mon, Nov 17, 2014 at 10:29:19AM +, Ian Campbell wrote: > On Mon, 2014-11-17 at 09:41 +, Wei Liu wrote: > > On Mon, Nov 17, 2014 at 05:28:58PM +0800, Chao Peng wrote: > > > Avoid sending duplicated qmp commands and eliminate the confusing error > > > messages like "Unable to add CPU: 0, i

Re: [Xen-devel] [PATCH] libxl: avoid bringing up vcpus already online

2014-11-18 Thread Chao Peng
On Mon, Nov 17, 2014 at 09:41:17AM +, Wei Liu wrote: > On Mon, Nov 17, 2014 at 05:28:58PM +0800, Chao Peng wrote: > > Avoid sending duplicated qmp commands and eliminate the confusing error > > messages like "Unable to add CPU: 0, it already exists". > > > > Signed-off-by: Chao Peng > > --- >

Re: [Xen-devel] [PATCH] libxl: avoid bringing up vcpus already online

2014-11-17 Thread Ian Campbell
On Mon, 2014-11-17 at 09:41 +, Wei Liu wrote: > On Mon, Nov 17, 2014 at 05:28:58PM +0800, Chao Peng wrote: > > Avoid sending duplicated qmp commands and eliminate the confusing error > > messages like "Unable to add CPU: 0, it already exists". > > > > Signed-off-by: Chao Peng > > --- > > too

Re: [Xen-devel] [PATCH] libxl: avoid bringing up vcpus already online

2014-11-17 Thread Wei Liu
On Mon, Nov 17, 2014 at 05:28:58PM +0800, Chao Peng wrote: > Avoid sending duplicated qmp commands and eliminate the confusing error > messages like "Unable to add CPU: 0, it already exists". > > Signed-off-by: Chao Peng > --- > tools/libxl/libxl.c |2 +- > 1 file changed, 1 insertion(+), 1

[Xen-devel] [PATCH] libxl: avoid bringing up vcpus already online

2014-11-17 Thread Chao Peng
Avoid sending duplicated qmp commands and eliminate the confusing error messages like "Unable to add CPU: 0, it already exists". Signed-off-by: Chao Peng --- tools/libxl/libxl.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/libxl.c b/tools/libxl/libxl.c index