]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86 emulator: Use em_push() instead of emulate_push()
authorTakuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Tue, 12 Apr 2011 15:31:23 +0000 (00:31 +0900)
committerAvi Kivity <avi@redhat.com>
Wed, 11 May 2011 11:57:08 +0000 (07:57 -0400)
commitd7000052146bb4e8141e29fe35d84e814885fc30
tree95209290c591173b9edf9b5d4e4530dd4875199f
parentcba6856a8464862bd5522c01066fb06f125da294
KVM: x86 emulator: Use em_push() instead of emulate_push()

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