Re: [PATCH 0/19] Improve IRQ remapping abstraction in x86 core code

2012-08-08 Thread Joerg Roedel
Hi, On Tue, Aug 07, 2012 at 05:43:30PM +0200, Joerg Roedel wrote: > For anyone interested in a git-tree I pushed this code to > > git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git > ioapic-cleanups Fengguang Wu found a couple of build errors. And based on his findings I found s

[PATCH 0/19] Improve IRQ remapping abstraction in x86 core code

2012-08-07 Thread Joerg Roedel
Hi, here is a patch-set to clean-up and the x86 APIC and IO-APIC code from special cases for interrupt remapping. The problems are mostly solved by introducing new function pointers to the x86_msi_ops and x86_io_apic_ops which are changed when interrupt remapping gets enabled. With this patch-set