KVM: x86 emulator: fix pusha instruction emulation
authorWei Yongjun <yjwei@cn.fujitsu.com>
Tue, 15 Jun 2010 01:03:33 +0000 (09:03 +0800)
committerAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 07:46:48 +0000 (10:46 +0300)
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 <yjwei@cn.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

No differences found