From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v4 27/33] tools/libxl: Create a per-arch function to map IRQ to a domain Date: Tue, 31 Mar 2015 13:33:15 +0100 Message-ID: <551A940B.3080309@linaro.org> References: <1426793399-6283-1-git-send-email-julien.grall@linaro.org> <1426793399-6283-28-git-send-email-julien.grall@linaro.org> <1427801167.2115.86.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YcvMW-00063H-9w for xen-devel@lists.xenproject.org; Tue, 31 Mar 2015 12:33:44 +0000 Received: by wixo5 with SMTP id o5so11857979wix.1 for ; Tue, 31 Mar 2015 05:33:42 -0700 (PDT) In-Reply-To: <1427801167.2115.86.camel@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: Ian Campbell Cc: xen-devel@lists.xenproject.org, tim@xen.org, Ian Jackson , stefano.stabellini@citrix.com, Wei Liu List-Id: xen-devel@lists.xenproject.org Hi Ian, On 31/03/15 12:26, Ian Campbell wrote: > On Thu, 2015-03-19 at 19:29 +0000, Julien Grall wrote: >> ARM and x86 use a different hypercall to map an IRQ to a domain. >> >> The hypercall to give IRQ permission to the domain as also been moved > > "has also been". > >> on the x86 specific function as ARM guest won't be able to manage the IRQ. > > s/on the/to be an/? Yes, I will fix it in the next version. >> We may want to support it later. >> >> Signed-off-by: Julien Grall >> Cc: Ian Jackson >> Cc: Wei Liu > > Acked-by: Ian Campbell Thanks, -- Julien Grall