From: Jan Kiszka Date: Wed, 13 Mar 2013 15:06:41 +0000 (+0100) Subject: KVM: nVMX: Provide EFER.LMA saving support X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c18911a23ce1dec27fa3325b50587de2569d26f8;p=pandora-kernel.git KVM: nVMX: Provide EFER.LMA saving support We will need EFER.LMA saving to provide unrestricted guest mode. All what is missing for this is picking up EFER.LMA from VM_ENTRY_CONTROLS on L2->L1 switches. If the host does not support EFER.LMA saving, no change is performed, otherwise we properly emulate for L1 what the hardware does for L0. Advertise the support, depending on the host feature. Reviewed-by: Paolo Bonzini Signed-off-by: Jan Kiszka Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed