From: Gleb Natapov Date: Mon, 20 Sep 2010 08:15:32 +0000 (+0200) Subject: KVM: SVM: do not generate "external interrupt exit" if other exit is pending X-Git-Tag: v2.6.37-rc1~142^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0a07cd2c5fc8703db8a07287cdde3d29a286082;p=pandora-kernel.git KVM: SVM: do not generate "external interrupt exit" if other exit is pending Nested SVM checks for external interrupt after injecting nested exception. In case there is external interrupt pending the code generates "external interrupt exit" and overwrites previous exit info. If previously injected exception already generated exit it will be lost. Signed-off-by: Gleb Natapov Acked-by: Joerg Roedel Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed