commit | 4487b3b48d8fa3f6a5dd4155c9e34d5e998ad7fe | [log] [tgz] |
---|---|---|
author | Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> | Wed Apr 13 00:31:23 2011 +0900 |
committer | Avi Kivity <avi@redhat.com> | Wed May 11 07:57:08 2011 -0400 |
tree | 95209290c591173b9edf9b5d4e4530dd4875199f | |
parent | 4179bb02fd3e87183e5f698495dfcb80df187889 [diff] |
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>