KVM: no longer EXPERIMENTAL
Long overdue. Signed-off-by: Avi Kivity <avi@qumranet.com>
This commit is contained in:
parent
0b49ea8659
commit
268fe02ae0
|
@ -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---
|
||||||
|
|
Loading…
Reference in New Issue