From: Avi Kivity Date: Sun, 6 Sep 2009 12:55:37 +0000 (+0300) Subject: KVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autoload msr area X-Git-Tag: v2.6.33-rc1~387^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44ea2b1758d88ad822e65b1c4c21ca6164494e27;p=pandora-kernel.git 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: Avi Kivity --- Reading git-diff-tree failed