From: Takuya Yoshikawa Date: Tue, 12 Apr 2011 15:31:23 +0000 (+0900) Subject: KVM: x86 emulator: Use em_push() instead of emulate_push() X-Git-Tag: v3.0-rc1~350^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4487b3b48d8fa3f6a5dd4155c9e34d5e998ad7fe;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed