This is very dangerous from a security point of view, because a missing entry
will cause L2's action to be interpreted as L1's action.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Sergey Dyasli <sergey.dyasli@citrix.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
nvcpu->nv_vmexit_pending = 1;
break;
default:
- gprintk(XENLOG_ERR, "Unexpected nested vmexit: reason %u\n",
+ gprintk(XENLOG_ERR, "Unhandled nested vmexit: reason %u\n",
exit_reason);
+ domain_crash(v->domain);
}
return ( nvcpu->nv_vmexit_pending == 1 );