From: Anton Blanchard Date: Wed, 3 Dec 2014 02:30:42 +0000 (+1100) Subject: KVM: PPC: Book3S: Enable in-kernel XICS emulation by default X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=476ce5ef09b21a76e74d07ff9d723ba0de49b53b;p=openwrt%2Fstaging%2Fblogic.git KVM: PPC: Book3S: Enable in-kernel XICS emulation by default The in-kernel XICS emulation is faster than doing it all in QEMU and it has got a lot of testing, so enable it by default. Signed-off-by: Anton Blanchard Signed-off-by: Paul Mackerras Signed-off-by: Alexander Graf --- diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig index 602eb51d20bc..f5769f19ae25 100644 --- a/arch/powerpc/kvm/Kconfig +++ b/arch/powerpc/kvm/Kconfig @@ -172,6 +172,7 @@ config KVM_XICS depends on KVM_BOOK3S_64 && !KVM_MPIC select HAVE_KVM_IRQCHIP select HAVE_KVM_IRQFD + default y ---help--- Include support for the XICS (eXternal Interrupt Controller Specification) interrupt controller architecture used on