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:
f4c63e5
)
KVM: VMX: Cache cpl
author
Avi Kivity
<avi@redhat.com>
Mon, 7 Mar 2011 13:26:44 +0000
(15:26 +0200)
committer
Avi Kivity
<avi@redhat.com>
Wed, 11 May 2011 11:56:54 +0000
(07:56 -0400)
We may read the cpl quite often in the same vmexit (instruction privilege
check, memory access checks for instruction and operands), so we gain
a bit if we cache the value.
Signed-off-by: Avi Kivity <avi@redhat.com>
No differences found