From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH V6 00/10] Support more than 8 vcpus on arm64 with GICv3 Date: Fri, 5 Jun 2015 15:23:01 +0100 Message-ID: <1433514181.7108.318.camel@citrix.com> References: <1433163388-16970-1-git-send-email-cbz@baozis.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z0sWY-0007jE-Vh for xen-devel@lists.xenproject.org; Fri, 05 Jun 2015 14:23:07 +0000 In-Reply-To: <1433163388-16970-1-git-send-email-cbz@baozis.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Chen Baozi Cc: Julien Grall , xen-devel@lists.xenproject.org, Chen Baozi List-Id: xen-devel@lists.xenproject.org On Mon, 2015-06-01 at 20:56 +0800, Chen Baozi wrote: > To create a guest up to 128 vCPUs, which is the maxium number that > GIC-500 Is 128 also, as it happens, the limit before cpumask_t needs to be dynamically allocate? (I've been reading xen/include/xen/cpumask.h) I'm wondering how much I should concern myself with the uses of cpumasks on the hot paths I'm seeing in here, e.g. sgi injection... Ian.