From 4487b3b48d8fa3f6a5dd4155c9e34d5e998ad7fe Mon Sep 17 00:00:00 2001 From: Takuya Yoshikawa Date: Wed, 13 Apr 2011 00:31:23 +0900 Subject: [PATCH] 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-format-patch failed