From: Gleb Natapov Date: Tue, 19 May 2009 08:07:10 +0000 (+0300) Subject: KVM: VMX: Properly handle software interrupt re-injection in real mode X-Git-Tag: v2.6.32-rc1~693^2~201 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae0bb3e011fec51fa67073d8e23d8ffeb36185d1;p=pandora-kernel.git KVM: VMX: Properly handle software interrupt re-injection in real mode When reinjecting a software interrupt or exception, use the correct instruction length provided by the hardware instead of a hardcoded 1. Fixes problems running the suse 9.1 livecd boot loader. Problem introduced by commit f0a3602c20 ("KVM: Move interrupt injection logic to x86.c"). Signed-off-by: Gleb Natapov Signed-off-by: Avi Kivity --- Reading git-diff-tree failed