From: Gleb Natapov Date: Wed, 25 Sep 2013 09:51:35 +0000 (+0300) Subject: KVM: nVMX: Check all exceptions for intercept during delivery to L2 X-Git-Tag: v3.13-rc1~80^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e011c663b9c786d115c0f45e5b0bfae0c39428d4;p=pandora-kernel.git KVM: nVMX: Check all exceptions for intercept during delivery to L2 All exceptions should be checked for intercept during delivery to L2, but we check only #PF currently. Drop nested_run_pending while we are at it since exception cannot be injected during vmentry anyway. Signed-off-by: Gleb Natapov [Renamed the nested_vmx_check_exception function. - Paolo] Reviewed-by: Paolo Bonzini Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed