Browse Source

KVM: no longer EXPERIMENTAL

Long overdue.

Signed-off-by: Avi Kivity <avi@qumranet.com>
Avi Kivity 17 years ago
parent
commit
268fe02ae0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/x86/kvm/Kconfig

+ 1 - 1
arch/x86/kvm/Kconfig

@@ -19,7 +19,7 @@ if VIRTUALIZATION
 
 
 config KVM
 config KVM
 	tristate "Kernel-based Virtual Machine (KVM) support"
 	tristate "Kernel-based Virtual Machine (KVM) support"
-	depends on HAVE_KVM && EXPERIMENTAL
+	depends on HAVE_KVM
 	select PREEMPT_NOTIFIERS
 	select PREEMPT_NOTIFIERS
 	select ANON_INODES
 	select ANON_INODES
 	---help---
 	---help---