From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v3 13/24] xen/arm: Implement hypercall PHYSDEVOP_{, un}map_pirq Date: Mon, 23 Feb 2015 16:02:21 +0000 Message-ID: <1424707341.27930.189.camel@citrix.com> References: <1421159133-31526-1-git-send-email-julien.grall@linaro.org> <1421159133-31526-14-git-send-email-julien.grall@linaro.org> <54C932BF.5070009@linaro.org> <54CA2709.9080409@linaro.org> <1424451224.30924.357.camel@citrix.com> <54EB4C98.8020107@linaro.org> 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 1YPvU0-0000BW-LK for xen-devel@lists.xenproject.org; Mon, 23 Feb 2015 16:03:44 +0000 In-Reply-To: <54EB4C98.8020107@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, Jan Beulich , stefano.stabellini@citrix.com, Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Mon, 2015-02-23 at 15:51 +0000, Julien Grall wrote: > On 20/02/15 16:53, Ian Campbell wrote: > > Are we absolutely 100% sure that we will never ever want to map hardware > > IRQs to guests on ARMs using pirq-type event channels? Because that is > > what we are essentially ruling out here. > > That would happen if we decide to implement an interrupt controller > which doesn't support virtualization. Good point. It's pretty unlikely but not absolutely impossible. So we should avoid reusing the pirq evtchn type for this. Jan suggested XENDOMCTL_bind_pt_irq which is looking better and better... Ian.