KVM nested virtualization: Difference between revisions
Jump to navigation
Jump to search
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..." |
(No difference)
|
Latest revision as of 08:05, 6 December 2012
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"