From: Nadav Har'El Date: Wed, 25 May 2011 20:02:23 +0000 (+0300) Subject: KVM: nVMX: Add "nested" module option to kvm_intel X-Git-Tag: v3.1-rc1~264^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=801d342432190947928e18f893f073fd87cd8bdf;p=pandora-kernel.git KVM: nVMX: Add "nested" module option to kvm_intel This patch adds to kvm_intel a module option "nested". This option controls whether the guest can use VMX instructions, i.e., whether we allow nested virtualization. A similar, but separate, option already exists for the SVM module. This option currently defaults to 0, meaning that nested VMX must be explicitly enabled by giving nested=1. When nested VMX matures, the default should probably be changed to enable nested VMX by default - just like nested SVM is currently enabled by default. Signed-off-by: Nadav Har'El Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed