VirtualBox

Changeset 24027 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Oct 23, 2009 12:17:23 PM (15 years ago)
Author:
vboxsync
Message:

Fail if VT-x or AMD-V are already enabled (Windows 7)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r23906 r24027  
    13891389/** Unable to start VM execution. */
    13901390#define VERR_SVM_UNABLE_TO_START_VM                 (-4050)
    1391 /** SVM bit not set in K6_EFER MSR */
     1391/** AMD-V bit not set in K6_EFER MSR */
    13921392#define VERR_SVM_ILLEGAL_EFER_MSR                   (-4051)
    1393 /** SVM CPU extension not available. */
     1393/** AMD-V CPU extension not available. */
    13941394#define VERR_SVM_NO_SVM                             (-4052)
    1395 /** SVM CPU extension disabled (by BIOS). */
     1395/** AMD-V CPU extension disabled (by BIOS). */
    13961396#define VERR_SVM_DISABLED                           (-4053)
     1397/** AMD-V CPU extension in-use. */
     1398#define VERR_SVM_IN_USE                             (-4054)
    13971399/** @} */
    13981400
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