Changeset 15934 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jan 14, 2009 10:39:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r15866 r15934 436 436 LogRel(("HWACCM: No VMX or SVM CPU extension found. Reason %Rrc\n", pVM->hwaccm.s.lLastError)); 437 437 LogRel(("HWACCM: VMX MSR_IA32_FEATURE_CONTROL=%RX64\n", pVM->hwaccm.s.vmx.msr.feature_ctrl)); 438 VMSetRuntimeError(pVM, false, "HwaccmDisabled", 439 N_("You are trying to execute this VM with VT-x/AMD-V enabled but this hardware " 440 "extension is either not available or it is disabled in the BIOS. You might " 441 "check the BIOS settings and/or update the BIOS. The VM will be executed " 442 "without using this hardware extension")); 438 443 #ifdef RT_OS_DARWIN 439 444 if (VMMIsHwVirtExtForced(pVM))
Note:
See TracChangeset
for help on using the changeset viewer.