Changeset 72473 in vbox
- Timestamp:
- Jun 7, 2018 12:51:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp
r72463 r72473 748 748 if (!pVM->nem.s.fExtendedMsrExit) 749 749 return RTErrInfoSetF(pErrInfo, VERR_NEM_INIT_FAILED, "Missing required extended MSR exit support"); 750 if (!pVM->nem.s.fExtendedXcptExit) 751 return RTErrInfoSetF(pErrInfo, VERR_NEM_INIT_FAILED, "Missing required extended exception exit support"); 750 752 751 753 #undef NEM_LOG_REL_CAP_EX … … 1307 1309 /* Intercept #DB, #BP and #UD exceptions. */ 1308 1310 RT_ZERO(Property); 1309 Property.ExceptionExitBitmap = RT_BIT_64(WHvX64ExceptionTypeD ivideErrorFault)1311 Property.ExceptionExitBitmap = RT_BIT_64(WHvX64ExceptionTypeDebugTrapOrFault) 1310 1312 | RT_BIT_64(WHvX64ExceptionTypeBreakpointTrap) 1311 1313 | RT_BIT_64(WHvX64ExceptionTypeInvalidOpcodeFault);
Note:
See TracChangeset
for help on using the changeset viewer.