diff options
author | Anton Blanchard <anton@samba.org> | 2013-09-23 12:05:09 +1000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2013-10-11 16:48:55 +1100 |
commit | 7df697c81587114ad4847598dd2d6061b73f1a12 (patch) | |
tree | 260dffcce97ab495563d30372b7803a4bc98ad73 /arch/powerpc/kvm/Kconfig | |
parent | 5c94913c5f9834b0d35e20359db457783962bed5 (diff) | |
download | linux-stable-7df697c81587114ad4847598dd2d6061b73f1a12.tar.gz linux-stable-7df697c81587114ad4847598dd2d6061b73f1a12.tar.bz2 linux-stable-7df697c81587114ad4847598dd2d6061b73f1a12.zip |
KVM: PPC: Disable KVM on little endian builds
There are a number of KVM issues with little endian builds.
We are working on fixing them, but in the meantime disable
it.
Signed-off-by: Anton Blanchard <anton@samba.org>
Cc: Alexander Graf <agraf@suse.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kvm/Kconfig')
-rw-r--r-- | arch/powerpc/kvm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/Kconfig b/arch/powerpc/kvm/Kconfig index ffaef2cb101a..e593ff257bd3 100644 --- a/arch/powerpc/kvm/Kconfig +++ b/arch/powerpc/kvm/Kconfig @@ -6,6 +6,7 @@ source "virt/kvm/Kconfig" menuconfig VIRTUALIZATION bool "Virtualization" + depends on !CPU_LITTLE_ENDIAN ---help--- Say Y here to get to see options for using your Linux host to run other operating systems inside virtual machines (guests). |