From: Serge E. Hallyn Date: Wed, 13 Apr 2011 14:12:54 +0000 (-0500) Subject: KVM: fix push of wrong eip when doing softint X-Git-Tag: v3.0-rc1~350^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71f9833bb1cba9939245f3e57388d87d69f8f399;p=pandora-kernel.git 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 Signed-off-by: Andy Whitcroft Signed-off-by: Avi Kivity --- Reading git-diff-tree failed