commit | 46199f33c29533e7ad2a7d2128dc30175d1d4157 | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Thu Nov 17 10:56:09 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Tue Dec 27 11:17:22 2011 +0200 |
tree | bf66eaca51f2e012b2346e3e327dbef02d2c5336 | |
parent | 95d4c16ce78cb6b7549a09159c409d52ddd18dae [diff] |
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>