commit | 44ea2b1758d88ad822e65b1c4c21ca6164494e27 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sun Sep 06 15:55:37 2009 +0300 |
committer | Avi Kivity <avi@redhat.com> | Thu Dec 03 09:32:21 2009 +0200 |
tree | 8fd83b5184e9e472f96f25186695543de531b2ba | |
parent | 3ce672d48400e0112fec7a3cb6bb2120493c6e11 [diff] |
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 <avi@redhat.com>