Kernel-based virtual machine

From COPTR
Revision as of 22:05, 10 November 2013 by COPTR Bot (talk | contribs) (Trial import from script.)
Jump to navigation Jump to search
KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V).
Homepage:http://www.linux-kvm.org/page/Main_Page


Description

KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V). It consists of a loadable kernel module, kvm.ko, that provides the core virtualization infrastructure and a processor specific module, kvm-intel.ko or kvm-amd.ko. KVM also requires a modified QEMU although work is underway to get the required changes upstream.

User Experiences

Development Activity