From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v4 1/2] xen/arm: vgic: Keep track of vIRQ used by a domain Date: Wed, 25 Feb 2015 14:38:11 +0000 Message-ID: <1424875091.18290.4.camel@citrix.com> References: <1424369524-16909-1-git-send-email-julien.grall@linaro.org> <1424369524-16909-2-git-send-email-julien.grall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YQd6q-0006ir-N6 for xen-devel@lists.xenproject.org; Wed, 25 Feb 2015 14:38:44 +0000 In-Reply-To: <1424369524-16909-2-git-send-email-julien.grall@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: christoffer.dall@linaro.org, xen-devel@lists.xenproject.org, tim@xen.org, parth.dixit@linaro.org, stefano.stabellini@citrix.com List-Id: xen-devel@lists.xenproject.org On Thu, 2015-02-19 at 18:12 +0000, Julien Grall wrote: > While it's easy to know which hardware IRQ is assigned to a domain, there > is no way to know which vIRQ is allocated by Xen for a specific domain. > > Introduce a bitmap to keep track of every vIRQ used by a domain. This > will be used later to find free vIRQ for interrupt device assignment and > emulated interrupt. > > Signed-off-by: Julien Grall Acked + applied this and the other patch.