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:
3b4bd79
)
KVM: VMX: Avoid vmwrite(HOST_RSP) when possible
author
Avi Kivity
<avi@qumranet.com>
Thu, 17 Jul 2008 15:04:30 +0000
(18:04 +0300)
committer
Avi Kivity
<avi@qumranet.com>
Wed, 15 Oct 2008 08:15:15 +0000
(10:15 +0200)
Usually HOST_RSP retains its value across guest entries. Take advantage
of this and avoid a vmwrite() when this is so.
Signed-off-by: Avi Kivity <avi@qumranet.com>
No differences found