From: Abel Gordon Date: Thu, 18 Apr 2013 11:37:25 +0000 (+0300) Subject: KVM: nVMX: Allocate shadow vmcs X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8de48833708a7834f1ba65a80944b1045082553a;p=pandora-kernel.git KVM: nVMX: Allocate shadow vmcs Allocate a shadow vmcs used by the processor to shadow part of the fields stored in the software defined VMCS12 (let L1 access fields without causing exits). Note we keep a shadow vmcs only for the current vmcs12. Once a vmcs12 becomes non-current, its shadow vmcs is released. Signed-off-by: Abel Gordon Reviewed-by: Orit Wasserman Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed