KVM: Kernel-based Virtual Machine for Linux

KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware. It consists of a loadable kernel module (kvm.ko) and a userspace component.

Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc.

The kernel component of KVM is included in mainline Linux, and will appear in Linux 2.6.20.

KVM is open source software.

KVM-Wiki (last edited 2007-01-22 13:38:09 by rami-laptop)