From: Gleb Natapov Date: Thu, 17 Nov 2011 08:56:09 +0000 (+0200) Subject: KVM: VMX: remove unneeded vmx_load_host_state() calls. X-Git-Tag: v3.3-rc1~131^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46199f33c29533e7ad2a7d2128dc30175d1d4157;p=pandora-kernel.git KVM: VMX: remove unneeded vmx_load_host_state() calls. vmx_load_host_state() does not handle msrs switching (except MSR_KERNEL_GS_BASE) since commit 26bb0981b3f. Remove call to it where it is no longer make sense. Signed-off-by: Gleb Natapov Signed-off-by: Avi Kivity --- Reading git-diff-tree failed