From: Marc Zyngier Date: Fri, 15 Jun 2012 19:07:02 +0000 (-0400) Subject: KVM: use KVM_CAP_IRQ_ROUTING to protect the routing related code X-Git-Tag: v3.6-rc1~124^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9900b4b48b095895cf962054e45aafa49ef70f74;p=pandora-kernel.git KVM: use KVM_CAP_IRQ_ROUTING to protect the routing related code The KVM code sometimes uses CONFIG_HAVE_KVM_IRQCHIP to protect code that is related to IRQ routing, which not all in-kernel irqchips may support. Use KVM_CAP_IRQ_ROUTING instead. Signed-off-by: Marc Zyngier Signed-off-by: Christoffer Dall Signed-off-by: Avi Kivity --- Reading git-diff-tree failed