瀏覽代碼

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>
Anton Blanchard 12 年之前
父節點
當前提交
7df697c815
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/powerpc/kvm/Kconfig

+ 1 - 0
arch/powerpc/kvm/Kconfig

@@ -6,6 +6,7 @@ source "virt/kvm/Kconfig"
 
 
 menuconfig VIRTUALIZATION
 menuconfig VIRTUALIZATION
 	bool "Virtualization"
 	bool "Virtualization"
+	depends on !CPU_LITTLE_ENDIAN
 	---help---
 	---help---
 	  Say Y here to get to see options for using your Linux host to run
 	  Say Y here to get to see options for using your Linux host to run
 	  other operating systems inside virtual machines (guests).
 	  other operating systems inside virtual machines (guests).