VirtualBox

Changeset 50540 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Feb 21, 2014 12:51:57 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92390
Message:

VMM/HM: Ignore SMX mode and proceed with a warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/HM.cpp

    r49925 r50540  
    508508                    break;
    509509
    510                 case VERR_VMX_MSR_SMX_VMXON_DISABLED:
    511                     pszMsg = "VT-x is disabled in the BIOS for Safer-Mode/Trusted Extensions.";
     510                case VERR_VMX_MSR_ALL_VMXON_DISABLED:
     511                    pszMsg = "VT-x is disabled in the BIOS for all CPU modes.";
    512512                    break;
    513513
     
    917917            case VERR_VMX_MSR_VMXON_DISABLED:
    918918                return VM_SET_ERROR(pVM, VERR_VMX_NO_VMX, "VT-x is disabled in the BIOS.");
    919             case VERR_VMX_MSR_SMX_VMXON_DISABLED:
    920                 return VM_SET_ERROR(pVM, VERR_VMX_NO_VMX, "VT-x is disabled in the BIOS for Safer-Mode/Trusted Extensions.");
     919            case VERR_VMX_MSR_ALL_VMXON_DISABLED:
     920                return VM_SET_ERROR(pVM, VERR_VMX_NO_VMX, "VT-x is disabled in the BIOS for all CPU modes.");
    921921            case VERR_VMX_MSR_LOCKING_FAILED:
    922922                return VM_SET_ERROR(pVM, VERR_VMX_NO_VMX, "Failed to enable and lock VT-x features.");
Note: See TracChangeset for help on using the changeset viewer.

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