summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/EMHandleRCTmpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/VMM/EMHandleRCTmpl.h')
-rw-r--r--src/VBox/VMM/EMHandleRCTmpl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/VBox/VMM/EMHandleRCTmpl.h b/src/VBox/VMM/EMHandleRCTmpl.h
index 50b63ec04..f710a0472 100644
--- a/src/VBox/VMM/EMHandleRCTmpl.h
+++ b/src/VBox/VMM/EMHandleRCTmpl.h
@@ -331,6 +331,11 @@ int emR3HwaccmHandleRC(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx, int rc)
case VERR_VMX_UNABLE_TO_RESUME_VM:
HWACCMR3CheckError(pVM, rc);
break;
+
+ /* Up a level; fatal */
+ case VERR_VMX_IN_VMX_ROOT_MODE:
+ case VERR_SVM_IN_USE:
+ break;
#endif
/*