diff options
author | Avi Kivity <avi@qumranet.com> | 2008-03-23 16:36:30 (GMT) |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-04-27 09:00:36 (GMT) |
commit | 268fe02ae058c0c5e84ad678d67e5d7b013e664f (patch) | |
tree | 325cc9f186bcf921082af0d3cc22467a74bb5da2 /arch | |
parent | 0b49ea8659fd3b5005823e02d2d0a775521770e5 (diff) | |
download | linux-268fe02ae058c0c5e84ad678d67e5d7b013e664f.tar.xz |
KVM: no longer EXPERIMENTAL
Long overdue.
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kvm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/Kconfig b/arch/x86/kvm/Kconfig index 41962e7..76c70ab 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--- |