git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ce672d
)
KVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autoload msr area
author
Avi Kivity
<avi@redhat.com>
Sun, 6 Sep 2009 12:55:37 +0000
(15:55 +0300)
committer
Avi 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