VirtualBox

Changeset 15934 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jan 14, 2009 10:39:06 AM (16 years ago)
Author:
vboxsync
Message:

hwaccm: added a runtime warning if the user tries to execute a VM with VT-x/AMD-V enabled but this extension is not available

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/HWACCM.cpp

    r15866 r15934  
    436436        LogRel(("HWACCM: No VMX or SVM CPU extension found. Reason %Rrc\n", pVM->hwaccm.s.lLastError));
    437437        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"));
    438443#ifdef RT_OS_DARWIN
    439444        if (VMMIsHwVirtExtForced(pVM))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette