参考: https://www.redhat.com/en/topics/virtualization/what-is-KVM
KVM介绍:
Kernel-based Virtual Machine (KVM) is an open source virtualization technology built into Linux®. Specifically, KVM lets you turn Linux into a hypervisor that allows a host machine to run multiple, isolated virtual environments called guests or virtual machines (VMs). KVM is part of Linux. If you’ve got Linux 2.6.20 or newer, you’ve got KVM. KVM was first announced in 2006 and merged into the mainline Linux kernel version a year later. Because KVM is part of existing Linux code, it immediately benefits from every new Linux feature, fix, and advancement without additional engineering.
基于内核的虚拟机 (KVM) 是一种内置于 Linux® 中的开源虚拟化技术。 具体来说,KVM 可以让您将 Linux 变成一个虚拟机管理程序,允许主机运行多个称为来宾或虚拟机 (VM) 的隔离虚拟环境。
KVM 是 Linux 的一部分。 如果你有 Linux 2.6.20 或更新版本,你就有 KVM。 KVM 于 2006 年首次发布,并于一年后合并到主线 Linux 内核版本中。 因为 KVM 是现有 Linux 代码的一部分,它可以立即受益于每个新的 Linux 功能、修复和改进,而无需额外的工程。
