Difference between revisions of "Kernel-based virtual machine"
Jump to navigation
Jump to search
(Trial import from script.) |
(Trial import from script.) |
||
| Line 18: | Line 18: | ||
= Development Activity = | = Development Activity = | ||
| + | |||
| + | {{Infobox_tool_details | ||
| + | |ohloh_id=Kernel-based virtual machine | ||
| + | }} | ||
Revision as of 17:39, 12 November 2013
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