commit | 5a2892ce72e010e3cb96b438d7cdddce0c88e0e6 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Sun Apr 28 09:24:41 2013 +0200 |
committer | Gleb Natapov <gleb@redhat.com> | Sun Apr 28 13:34:39 2013 +0300 |
tree | 3d17f682c5eaea2948be4cd156b0fc028d1230e9 | |
parent | cbf64358588ae45dcf0207dbc97fba783577d64a [diff] |
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 <jan.kiszka@siemens.com> Signed-off-by: Gleb Natapov <gleb@redhat.com>