VirtualBox

Changeset 76222 in vbox


Ignore:
Timestamp:
Dec 14, 2018 5:14:39 AM (6 years ago)
Author:
vboxsync
Message:

VMM/HM: Get rid of superfluous error code.

Location:
trunk
Files:
2 edited

Legend:

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

    r76154 r76222  
    20572057/** VMX CPU extension not available in hardware. */
    20582058#define VERR_VMX_NO_VMX                             (-4009)
    2059 /** VMX CPU extension not supported as something went wrong during init. */
    2060 #define VERR_VMX_NOT_SUPPORTED                      (-4010)
    20612059/** CPU was incorrectly left in VMX root mode; incompatible with VirtualBox */
    20622060#define VERR_VMX_IN_VMX_ROOT_MODE                   (-4011)
  • trunk/src/VBox/VMM/VMMAll/HMVMXAll.cpp

    r75611 r76222  
    384384        return VINF_SUCCESS;
    385385    }
    386     return VERR_VMX_NOT_SUPPORTED;
     386    return VERR_VMX_NO_VMX;
    387387}
    388388
     
    438438        return VINF_SUCCESS;
    439439    }
    440     return VERR_VMX_NOT_SUPPORTED;
     440    return VERR_VMX_NO_VMX;
    441441}
    442442
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