Skip to content

Commit

Permalink
KVM: Require CONFIG_ANON_INODES
Browse files Browse the repository at this point in the history
Found by Sebastian Siewior and randconfig.

Signed-off-by: Avi Kivity <avi@qumranet.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
avikivity authored and Linus Torvalds committed Jul 22, 2007
1 parent 39804b2 commit 7766879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/kvm/Kconfig
Expand Up @@ -11,6 +11,7 @@ if VIRTUALIZATION
config KVM
tristate "Kernel-based Virtual Machine (KVM) support"
depends on X86 && EXPERIMENTAL
select ANON_INODES
---help---
Support hosting fully virtualized guest machines using hardware
virtualization extensions. You will need a fairly recent
Expand Down

0 comments on commit 7766879

Please sign in to comment.