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:
00c25bc
)
KVM: VMX: Simplify saving guest rcx in vmx_vcpu_run
author
Avi Kivity
<avi@redhat.com>
Thu, 6 Jan 2011 16:09:11 +0000
(18:09 +0200)
committer
Marcelo Tosatti
<mtosatti@redhat.com>
Thu, 17 Mar 2011 16:08:25 +0000
(13:08 -0300)
Change
push top-of-stack
pop guest-rcx
pop dummy
to
pop guest-rcx
which is the same thing, only simpler.
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
No differences found