From: Alexander Graf Date: Wed, 17 Apr 2013 11:29:30 +0000 (+0200) Subject: KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~13^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a725d56a02ec3582bb5b9756f261fdc6962c79ee;p=pandora-kernel.git KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING Quite a bit of code in KVM has been conditionalized on availability of IOAPIC emulation. However, most of it is generically applicable to platforms that don't have an IOPIC, but a different type of irq chip. Make code that only relies on IRQ routing, not an APIC itself, on CONFIG_HAVE_KVM_IRQ_ROUTING, so that we can reuse it later. Signed-off-by: Alexander Graf Acked-by: Michael S. Tsirkin --- Reading git-diff-tree failed