Difference between revisions of "Kernel-based virtual machine"

From COPTR
Jump to navigation Jump to search
(Import from spreadsheet via script.)
 
Line 1: Line 1:
{{Infobox_tool
+
{{Infobox tool
 
|purpose=KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V).
 
|purpose=KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V).
|image=
 
 
|homepage=http://www.linux-kvm.org/page/Main_Page
 
|homepage=http://www.linux-kvm.org/page/Main_Page
|license=
+
|function=Emulation
|platforms=
+
}}
 +
{{Infobox tool details
 +
|ohloh_id=Kernel-based virtual machine
 
}}
 
}}
 
<!-- Delete the Categories that do not apply -->
 
[[Category:Emulation]]
 
 
 
 
= Description =
 
= 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.  
 
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.  
Line 18: Line 14:
  
 
= Development Activity =
 
= Development Activity =
 
{{Infobox_tool_details
 
|ohloh_id=Kernel-based virtual machine
 
}}
 

Latest revision as of 09:37, 23 April 2021





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
Function:Emulation
Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt662081713bd040_37761007


Description[edit]

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[edit]

Development Activity[edit]