Jump to content

Kernel-based Virtual Machine

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Bryan Derksen (talk | contribs) at 02:02, 13 December 2006 (initial entry using information taken off the KVM homepage). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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.