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)
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>

No differences found