Skip to content
Commit 44ea2b17 authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autoload msr area



Currently MSR_KERNEL_GS_BASE is saved and restored as part of the
guest/host msr reloading.  Since we wish to lazy-restore all the other
msrs, save and reload MSR_KERNEL_GS_BASE explicitly instead of using
the common code.

Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 3ce672d4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment