Creating a Linux Virtual Machine with KVM
Creating a Linux Virtual Machine with KVM What is KVM? Kernel-Based Virtual Machine (KVM) is a virtualization infrastructure developed for the Linux kernel, transforming it into a hypervisor. KVM requires a processor with hardware virtualization capabilities to be available. KVM is a part of Linux. If you have Linux Kernel 2.6.20 or newer, you have KVM. KVM was first announced in 2006 and merged with the mainline Linux kernel a year later. Since KVM is part of the existing Linux code, it immediately benefits from every new Linux feature, fix, and enhancement without additional engineering. ...