From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH V4 5/8] tools/libxl: Set 'reg' of cpu node equal to MPIDR affinity for domU Date: Fri, 29 May 2015 16:55:20 +0100 Message-ID: <1432914920.15036.65.camel@citrix.com> References: <1432808109-31466-1-git-send-email-cbz@baozis.org> <1432808109-31466-6-git-send-email-cbz@baozis.org> <55688958.2090507@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YyMg3-0008Ld-Hv for xen-devel@lists.xenproject.org; Fri, 29 May 2015 15:58:31 +0000 In-Reply-To: <55688958.2090507@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: Julien Grall Cc: xen-devel@lists.xenproject.org, Chen Baozi , Chen Baozi List-Id: xen-devel@lists.xenproject.org On Fri, 2015-05-29 at 16:44 +0100, Julien Grall wrote: > > + name = GCSPRINTF("cpu@%lx", mpidr_aff); > > It's not necessary to change the cpu@. AIUI it is conventional in DT for this to match the first reg entry. Ian. > > Regards, >