From: Jan Kiszka Date: Sun, 28 Apr 2013 07:24:41 +0000 (+0200) Subject: KVM: nVMX: Skip PF interception check when queuing during nested run X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a2892ce72e010e3cb96b438d7cdddce0c88e0e6;p=pandora-kernel.git KVM: nVMX: Skip PF interception check when queuing during nested run While a nested run is pending, vmx_queue_exception is only called to requeue exceptions that were previously picked up via vmx_cancel_injection. Therefore, we must not check for PF interception by L1, possibly causing a bogus nested vmexit. Signed-off-by: Jan Kiszka Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed