From: Wei Yongjun Date: Tue, 15 Jun 2010 01:03:33 +0000 (+0800) Subject: KVM: x86 emulator: fix pusha instruction emulation X-Git-Tag: v2.6.36-rc1~580^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c37eda138473f8c843f2b4aa8da252fdfdaaafa3;p=pandora-kernel.git KVM: x86 emulator: fix pusha instruction emulation emulate pusha instruction only writeback the last EDI register, but the other registers which need to be writeback is ignored. This patch fixed it. Signed-off-by: Wei Yongjun Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed