commit | c37eda138473f8c843f2b4aa8da252fdfdaaafa3 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yjwei@cn.fujitsu.com> | Tue Jun 15 09:03:33 2010 +0800 |
committer | Avi Kivity <avi@redhat.com> | Sun Aug 01 10:46:48 2010 +0300 |
tree | 88ec34bb82c03613dd1c933f1c9f26e9b4d45901 | |
parent | bd371396b38ffc4bd6444b0203f33b99d18cedd0 [diff] |
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 <yjwei@cn.fujitsu.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>