Re: [Xen-devel] [PATCH v2 4/5] libxl: vcpuset: Remove useless limit on max_vcpus.

2015-03-18 Thread Ian Campbell
On Fri, 2015-03-13 at 16:26 -0400, Konrad Rzeszutek Wilk wrote: > The check is superflous. If the 'max_vcpus' (argument > value) is greater than pCPU and --ignore-host has not > been supplied we would print an warning and return > and not call this code. > > If the --ignore-host parameter had bee

[Xen-devel] [PATCH v2 4/5] libxl: vcpuset: Remove useless limit on max_vcpus.

2015-03-13 Thread Konrad Rzeszutek Wilk
The check is superflous. If the 'max_vcpus' (argument value) is greater than pCPU and --ignore-host has not been supplied we would print an warning and return and not call this code. If the --ignore-host parameter had been used we would never end up in this condition and enforce 'max_vcpus'. The