commit | 71f9833bb1cba9939245f3e57388d87d69f8f399 | [log] [tgz] |
---|---|---|
author | Serge E. Hallyn <serge@hallyn.com> | Wed Apr 13 09:12:54 2011 -0500 |
committer | Avi Kivity <avi@redhat.com> | Wed May 11 07:57:09 2011 -0400 |
tree | 763f0afa1ad42902549d5484bc565e10a0a4683b | |
parent | 4487b3b48d8fa3f6a5dd4155c9e34d5e998ad7fe [diff] |
KVM: fix push of wrong eip when doing softint When doing a soft int, we need to bump eip before pushing it to the stack. Otherwise we'll do the int a second time. [apw@canonical.com: merged eip update as per Jan's recommendation.] Signed-off-by: Serge E. Hallyn <serge.hallyn@ubuntu.com> Signed-off-by: Andy Whitcroft <apw@canonical.com> Signed-off-by: Avi Kivity <avi@redhat.com>