From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v3 15/24] xen/dts: Provide an helper to get a DT node from a path provided by a guest Date: Mon, 23 Feb 2015 15:29:07 +0000 Message-ID: <1424705347.27930.162.camel@citrix.com> References: <1421159133-31526-1-git-send-email-julien.grall@linaro.org> <1421159133-31526-16-git-send-email-julien.grall@linaro.org> <1424451405.30924.359.camel@citrix.com> <54E7725F.9080108@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YPuxh-0002Rd-L7 for xen-devel@lists.xenproject.org; Mon, 23 Feb 2015 15:30:21 +0000 In-Reply-To: <54E7725F.9080108@linaro.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: Julien Grall Cc: xen-devel@lists.xenproject.org, tim@xen.org, stefano.stabellini@citrix.com List-Id: xen-devel@lists.xenproject.org On Fri, 2015-02-20 at 17:43 +0000, Julien Grall wrote: > On 20/02/15 16:56, Ian Campbell wrote: > > On Tue, 2015-01-13 at 14:25 +0000, Julien Grall wrote: > >> Signed-off-by: Julien Grall > > > > Is this function still needed in the new model which doesn't do > > automatic mappings etc? > > It's used is the pass-through DOMCTL code. Yeah, I realised that later, sorry. Ian.