ARM: KVM: disable KVM in Kconfig on big-endian systems
authorWill Deacon <will.deacon@arm.com>
Fri, 25 Apr 2014 10:46:04 +0000 (11:46 +0100)
committerChristoffer Dall <christoffer.dall@linaro.org>
Sat, 26 Apr 2014 11:20:03 +0000 (04:20 -0700)
KVM currently crashes and burns on big-endian hosts, so don't allow it
to be selected until we've got that fixed.

Cc: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
arch/arm/kvm/Kconfig

index 466bd29..4be5bb1 100644 (file)
@@ -23,7 +23,7 @@ config KVM
        select HAVE_KVM_CPU_RELAX_INTERCEPT
        select KVM_MMIO
        select KVM_ARM_HOST
-       depends on ARM_VIRT_EXT && ARM_LPAE
+       depends on ARM_VIRT_EXT && ARM_LPAE && !CPU_BIG_ENDIAN
        ---help---
          Support hosting virtualized guest machines. You will also
          need to select one or more of the processor modules below.