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:
4179bb0
)
KVM: x86 emulator: Use em_push() instead of emulate_push()
author
Takuya Yoshikawa
<yoshikawa.takuya@oss.ntt.co.jp>
Tue, 12 Apr 2011 15:31:23 +0000
(
00:31
+0900)
committer
Avi Kivity
<avi@redhat.com>
Wed, 11 May 2011 11:57:08 +0000
(07:57 -0400)
em_push() is a simple wrapper of emulate_push(). So this patch replaces
emulate_push() with em_push() and removes the unnecessary former.
In addition, the unused ops arguments are removed from emulate_pusha()
and emulate_grp45().
Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c
patch
|
blob
|
history
diff --cc
arch/x86/kvm/emulate.c
Simple merge