KVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autoload msr area
authorAvi Kivity <avi@redhat.com>
Sun, 6 Sep 2009 12:55:37 +0000 (15:55 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 3 Dec 2009 07:32:21 +0000 (09:32 +0200)
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: Avi Kivity <avi@redhat.com>

No differences found