From: Nadav Har'El Date: Tue, 6 Mar 2012 14:39:22 +0000 (+0200) Subject: KVM: nVMX: Fix erroneous exception bitmap check X-Git-Tag: v3.4-rc1~59^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9587190107d0c0cbaccbf7bf6b0245d29095a9ae;p=pandora-kernel.git KVM: nVMX: Fix erroneous exception bitmap check The code which checks whether to inject a pagefault to L1 or L2 (in nested VMX) was wrong, incorrect in how it checked the PF_VECTOR bit. Thanks to Dan Carpenter for spotting this. Signed-off-by: Nadav Har'El Reported-by: Dan Carpenter Signed-off-by: Avi Kivity --- Reading git-diff-tree failed