projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f689a3
)
ARM: KVM: disable KVM in Kconfig on big-endian systems
author
Will Deacon
<
[email protected]
>
Fri, 25 Apr 2014 10:46:04 +0000
(11:46 +0100)
committer
Christoffer Dall
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Will Deacon <
[email protected]
>
Signed-off-by: Christoffer Dall <
[email protected]
>
arch/arm/kvm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/kvm/Kconfig
b/arch/arm/kvm/Kconfig
index 466bd299b1a8aad54949364d976d9c5430c2375e..4be5bb150bdddea694fbf71bffa6dd8e9b855177 100644
(file)
--- a/
arch/arm/kvm/Kconfig
+++ b/
arch/arm/kvm/Kconfig
@@
-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.