From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH] xen: arm: remove /xen-core-devices node from dom0 dtb Date: Fri, 22 Nov 2013 15:08:36 +0000 Message-ID: <528F7374.3020301@linaro.org> References: <1385128065-24458-1-git-send-email-ian.campbell@citrix.com> <528F67C5.7060909@linaro.org> <1385131258.25845.85.camel@kazak.uk.xensource.com> <528F6F2F.2040300@linaro.org> <1385132306.25845.91.camel@kazak.uk.xensource.com> <1385132727.25845.92.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1385132727.25845.92.camel@kazak.uk.xensource.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: Ian Campbell Cc: xen-devel@lists.xen.org, tim@xen.org, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On 11/22/2013 03:05 PM, Ian Campbell wrote: > On Fri, 2013-11-22 at 14:58 +0000, Ian Campbell wrote: >>> BTW, the name of the argument "parent" is wrong. It's not the parent but >>> the current node. I would rename to "np". >> >> OK. > > Actually, everywhere else is using parent too. I'll fix this separatly. > What do you mean by everywhere else ? It's logic to use "parent" for the hypervisor node and PSCI node. Because we will create it under the parent node. Here, we know that we are replacing inplace the GIC, so it's the current node. -- Julien Grall