]> git.karo-electronics.de Git - karo-tx-linux.git/commit
KVM: VMX: remove unneeded vmx_load_host_state() calls.
authorGleb Natapov <gleb@redhat.com>
Thu, 17 Nov 2011 08:56:09 +0000 (10:56 +0200)
committerAvi Kivity <avi@redhat.com>
Tue, 27 Dec 2011 09:17:22 +0000 (11:17 +0200)
commit46199f33c29533e7ad2a7d2128dc30175d1d4157
treebf66eaca51f2e012b2346e3e327dbef02d2c5336
parent95d4c16ce78cb6b7549a09159c409d52ddd18dae
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 <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/vmx.c