From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v2] arm: irq: increase size of irq from uint8_t to uint32_t Date: Wed, 8 Apr 2015 12:26:02 +0100 Message-ID: <5525104A.3000007@citrix.com> References: <1428485397-15647-1-git-send-email-oiurii.konovalenko@globallogic.com> <1428485397-15647-2-git-send-email-oiurii.konovalenko@globallogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1428485397-15647-2-git-send-email-oiurii.konovalenko@globallogic.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: Iurii Konovalenko , xen-devel@lists.xen.org Cc: julien.grall@linaro.org, tim@xen.org, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org Hi Iurii, On 08/04/15 10:29, Iurii Konovalenko wrote: > From: Iurii Konovalenko > > Changes are dedicated to XEN_DOMCTL_irq_permission and > IRQ pssthrough API functions. s/pssthrough/passthrough It's worth noticing that PHYSDEV_* operations already using 32 bits type but signed one. Many places in Xen (such as XSM) is using int to describe IRQ too. Although, PHYSDEV_* operations are not yet used on ARM and LPIs support (which are using very high number) are not supported yet. So I think we don't need to care about theses for now. Regards, -- Julien Grall