From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [RFC 09/19] xen/dts: Add hypercalls to retrieve device node information Date: Thu, 03 Jul 2014 12:51:15 +0100 Message-ID: <53B543B3.6030701@linaro.org> References: <1402935486-29136-1-git-send-email-julien.grall@linaro.org> <1402935486-29136-10-git-send-email-julien.grall@linaro.org> <1404387197.17859.14.camel@kazak.uk.xensource.com> 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 1X2fXt-0002r6-Ss for xen-devel@lists.xenproject.org; Thu, 03 Jul 2014 11:51:21 +0000 Received: by mail-wi0-f182.google.com with SMTP id bs8so2079331wib.3 for ; Thu, 03 Jul 2014 04:51:18 -0700 (PDT) In-Reply-To: <1404387197.17859.14.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.xenproject.org, tim@xen.org, Ian Jackson , stefano.stabellini@citrix.com, Stefano Stabellini List-Id: xen-devel@lists.xenproject.org Hi Ian, On 07/03/2014 12:33 PM, Ian Campbell wrote: > On Mon, 2014-06-16 at 17:17 +0100, Julien Grall wrote: > >> /* >> * Local variables: >> * mode: C > >> + struct { >> + uint64_t mfn; >> + uint64_t nr_mfn; > > xen_pfn_t for both of these I think. Ok. I will change it in the next version. >> + } mmio; >> + struct { >> + uint32_t clen; /* IN: Size of buffer. OUT: Size copied */ > > clen? compatible length. Regards, -- Julien Grall