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:
07708c4
)
KVM: VMX: Optimize vmx_get_cpl()
author
Avi Kivity
<avi@redhat.com>
Tue, 4 Aug 2009 12:02:54 +0000
(15:02 +0300)
committer
Avi Kivity
<avi@redhat.com>
Thu, 10 Sep 2009 05:33:21 +0000
(08:33 +0300)
Instead of calling vmx_get_segment() (which reads a whole bunch of
vmcs fields), read only the cs selector which contains the cpl.
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found