From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] fix iommu interrupt setup Date: Thu, 12 Feb 2009 08:42:52 +0000 Message-ID: References: <7k4oz09x7n.fsf@pingu.sky.yk.fujitsu.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <7k4oz09x7n.fsf@pingu.sky.yk.fujitsu.co.jp> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Kouya Shimura , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Espen and Isaku have a patch now which should hopefully also fix this issue. I'll be checking theirs in shortly. Thanks, Keir On 12/02/2009 02:59, "Kouya Shimura" wrote: > iommu is disabled since cset 19175:ab514cfbcdc5 with the following message: > > (XEN) [VT-D]iommu.c:890:d32767 IOMMU: can't request irq > (XEN) [VT-D]iommu.c:1686:d32767 IOMMU: interrupt setup failed > (XEN) I/O virtualisation disabled > > This patch fixes it. > - rename request_irq to request_vector, no conversion by irq_to_vector(irq) > - set vector_to_iommu[vector] before calling request_vector > since null pointer exceptions occurs > - some cleanups > > Signed-off-by: Kouya Shimura