]> git.proxmox.com Git - pve-docs.git/commitdiff
Add note explaining what is KVM
authorEmmanuel Kasper <e.kasper@proxmox.com>
Mon, 6 Jun 2016 10:23:17 +0000 (12:23 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 6 Jun 2016 11:00:16 +0000 (13:00 +0200)
qm.adoc

diff --git a/qm.adoc b/qm.adoc
index d66cc683b78275cb80a10df8e9873c9e72436de2..f3e0887fa545e50620fcd7ef76c09d63d028998f 100644 (file)
--- a/qm.adoc
+++ b/qm.adoc
@@ -45,7 +45,14 @@ only concerned with 32 and 64 bits PC clone emulation, since it represents the
 overwhelming majority of server hardware. The emulation of PC clones is also one
 of the fastest due to the availability of processor extensions which greatly
 speed up Qemu when the emulated architecture is the same as the host
-architecture. +
+architecture.
+
+NOTE: You may sometimes encounter the term _KVM_ (Kernel-based Virtual Machine).
+It means that Qemu is running with the support of the virtualization processor
+extensions, via the Linux kvm module. In the context of {pve} _Qemu_ and
+_KVM_ can be use interchangeably as Qemu in {pve} will always try to load the kvm
+module.
+
 Qemu inside {pve} runs as a root process, since this is required to access block
 and PCI devices.