Changeset 15943 in vbox
- Timestamp:
- Jan 14, 2009 2:16:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r15935 r15943 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 should "441 "check the BIOS settings and/or update the BIOS. The VM will be executed "442 "without using this hardware extension"));443 438 #ifdef RT_OS_DARWIN 444 439 if (VMMIsHwVirtExtForced(pVM))
Note:
See TracChangeset
for help on using the changeset viewer.