From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [PATCHEs]: support more than 32 VCPUs in guests Date: Wed, 09 Jun 2010 16:44:02 -0700 Message-ID: <4C102742.3010108@goop.org> References: <20100609160920.1445fbbe@mantra.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20100609160920.1445fbbe@mantra.us.oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Mukesh Rathor Cc: "Xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 06/09/2010 04:09 PM, Mukesh Rathor wrote: > Jeremy, pv ops is OK as it is on 128 vcpus, but I reworked the > xen_vcpu_setup() a little to address more than 32vcpus on xen that > doesn't have vcpu placement. Please take a look. > Why BUG_ON if the number of cpus is too high? Why not just ignore the excess ones? J