From: Avi Kivity Date: Sun, 23 Mar 2008 16:36:30 +0000 (+0200) Subject: KVM: no longer EXPERIMENTAL X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=268fe02ae058c0c5e84ad678d67e5d7b013e664f;p=linux-beck.git KVM: no longer EXPERIMENTAL Long overdue. Signed-off-by: Avi Kivity --- diff --git a/arch/x86/kvm/Kconfig b/arch/x86/kvm/Kconfig index 41962e793c0f..76c70ab44382 100644 --- 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---