From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH for-4.6 v3 2/3] xl: error out if vNUMA specifies more vcpus than pcpus Date: Thu, 20 Aug 2015 10:47:53 +0100 Message-ID: <1440064073.3480.92.camel@citrix.com> References: <1439837821-8930-1-git-send-email-wei.liu2@citrix.com> <1439837821-8930-3-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZSMRx-0007u2-Jk for xen-devel@lists.xenproject.org; Thu, 20 Aug 2015 09:47:57 +0000 In-Reply-To: <1439837821-8930-3-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu , Xen-devel Cc: Dario Faggioli , Ian Jackson List-Id: xen-devel@lists.xenproject.org On Mon, 2015-08-17 at 19:57 +0100, Wei Liu wrote: > ... but allow user to override that check by specifying maxvcpus= in > xl > configuration file. > > Note that the code is constructed such that the fallout is dealt with > after parsing. We can live with that because though it wastes a bit > of > cpu cycles but it is still functionally correct and I would like to > have > a clear split between parsing and dealing with fallouts. > > Signed-off-by: Wei Liu > Reviewed-by: Dario Faggioli Acked-by: Ian Campbell