From: Joerg Roedel Date: Fri, 19 Feb 2010 15:23:01 +0000 (+0100) Subject: KVM: SVM: Fix wrong interrupt injection in enable_irq_windows X-Git-Tag: v2.6.35-rc1~436^2~231 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fe546547cf6857a9d984bfe2f2194910f3fc5d0;p=pandora-kernel.git KVM: SVM: Fix wrong interrupt injection in enable_irq_windows The nested_svm_intr() function does not execute the vmexit anymore. Therefore we may still be in the nested state after that function ran. This patch changes the nested_svm_intr() function to return wether the irq window could be enabled. Cc: stable@kernel.org Signed-off-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed