projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b49ea8
)
KVM: no longer EXPERIMENTAL
author
Avi Kivity
<avi@qumranet.com>
Sun, 23 Mar 2008 16:36:30 +0000
(18:36 +0200)
committer
Avi Kivity
<avi@qumranet.com>
Sun, 27 Apr 2008 09:00:36 +0000
(12:00 +0300)
Long overdue.
Signed-off-by: Avi Kivity <avi@qumranet.com>
arch/x86/kvm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/x86/kvm/Kconfig
b/arch/x86/kvm/Kconfig
index 41962e793c0fe9f122d22517956535875ea1170f..76c70ab44382a9441af17848fdfcd6ff1d9f44ce 100644
(file)
--- a/
arch/x86/kvm/Kconfig
+++ b/
arch/x86/kvm/Kconfig
@@
-19,7
+19,7
@@
if VIRTUALIZATION
config KVM
tristate "Kernel-based Virtual Machine (KVM) support"
- depends on HAVE_KVM
&& EXPERIMENTAL
+ depends on HAVE_KVM
select PREEMPT_NOTIFIERS
select ANON_INODES
---help---