|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] fix iommu interrupt setup
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" <kouya@xxxxxxxxxxxxxx> 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 <kouya@xxxxxxxxxxxxxx>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|