- Timestamp:
- Aug 23, 2010 11:33:37 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r31737 r31854 266 266 #endif 267 267 break; 268 269 #ifndef RT_OS_DARWIN 270 case VERR_HWACCM_CONFIG_MISMATCH: 271 pszError = N_("VT-x/AMD-V is either not available on your host or disabled. " 272 "This hardware extension is required by the VM configuration"); 273 break; 274 #endif 268 275 269 276 case VERR_SVM_IN_USE:
Note:
See TracChangeset
for help on using the changeset viewer.