KVM: nVMX: Skip PF interception check when queuing during nested run
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 28 Apr 2013 07:24:41 +0000 (09:24 +0200)
committerGleb Natapov <gleb@redhat.com>
Sun, 28 Apr 2013 10:34:39 +0000 (13:34 +0300)
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 <jan.kiszka@siemens.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>

No differences found