[pve-devel] [PATCH 1/2] add section about virtualization requirements
Dominik Csapak
d.csapak at proxmox.com
Fri May 13 15:49:20 CEST 2016
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
qm.adoc | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/qm.adoc b/qm.adoc
index fdb2552..9af2eb0 100644
--- a/qm.adoc
+++ b/qm.adoc
@@ -31,6 +31,22 @@ create and destroy virtual machines, and control execution
parameters in the associated config file. It is also possible to
create and delete virtual disks.
+Requirements
+------------
+
+To use KVM with enabled hardware virtualization, your hardware has
+to support virtualization extensions. (Intel VT-x for Intel Processors,
+and AMD-V for AMD Processors)
+
+To check if your hardware supports it, you can check the output of:
+[source,bash]
+egrep '(vmx|svm)' /proc/cpuinfo
+
+Additionally you have to enable those extensions in your BIOS/EFI.
+
+NOTE: You can use Qemu Virtual Machines without KVM/Hardware Virtualization,
+but the performance will certainly be very low
+
Configuration
-------------
--
2.1.4
More information about the pve-devel
mailing list