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:
7ddfd3e
)
KVM: arm64: Prevent KVM_COMPAT from being selected
author
Marc Zyngier
<marc.zyngier@arm.com>
Sun, 17 Jun 2018 09:22:57 +0000
(10:22 +0100)
committer
Marc Zyngier
<marc.zyngier@arm.com>
Thu, 21 Jun 2018 16:17:50 +0000
(17:17 +0100)
There is very little point in trying to support the 32bit KVM/arm API
on arm64, and this was never an anticipated use case.
Let's make it clear by not selecting KVM_COMPAT.
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
virt/kvm/Kconfig
patch
|
blob
|
history
diff --git
a/virt/kvm/Kconfig
b/virt/kvm/Kconfig
index 72143cfaf6ec39404dad5f72a8cf08c5e5fefc7e..ea434ddc849925c6e2577a9ed6acea906ea8eafd 100644
(file)
--- a/
virt/kvm/Kconfig
+++ b/
virt/kvm/Kconfig
@@
-47,7
+47,7
@@
config KVM_GENERIC_DIRTYLOG_READ_PROTECT
config KVM_COMPAT
def_bool y
- depends on KVM && COMPAT && !
S390
+ depends on KVM && COMPAT && !
(S390 || ARM64)
config HAVE_KVM_IRQ_BYPASS
bool