Kernel-based Virtual Machine
From Wikipedia, the free encyclopedia
KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware. It consists of a loadable kernel module (named kvm.ko) and a userspace component, both open source software. The kernel component of KVM is included in mainline Linux, and will appear in Linux 2.6.20.
KVM allows one to run virtual machines using unmodified Linux or Windows disk images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc.