KVM nested virtualization

From Skytech
Revision as of 08:05, 6 December 2012 by Martin (talk | contribs) (Created page with "Category:Linux = KVM - nested virtualization = Check if it is already enabled (default AMD) <pre> cat /sys/module/kvm_intel/parameters/nested </pre> If you get a N then...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


KVM - nested virtualization

Check if it is already enabled (default AMD)

cat /sys/module/kvm_intel/parameters/nested 

If you get a N then you need to enabled it.

For intel it goes something like:

Update /etc/default/grub, add "kvm-intel.nested=1" to GRUB_CMDLINE_LINUX

GRUB_CMDLINE_LINUX="kvm-intel.nested=1"