projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c94913
)
KVM: PPC: Disable KVM on little endian builds
author
Anton Blanchard
<anton@samba.org>
Mon, 23 Sep 2013 02:05:09 +0000
(12:05 +1000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Fri, 11 Oct 2013 05:48:55 +0000
(16:48 +1100)
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>
arch/powerpc/kvm/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/kvm/Kconfig
b/arch/powerpc/kvm/Kconfig
index ffaef2cb101a4ef50c77f1dc58c3cdac1f2da105..e593ff257bd300461d8a6e487e0fb448e5d86936 100644
(file)
--- 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).