VirtualBox

Changeset 94790 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 3, 2022 9:36:10 AM (3 years ago)
Author:
vboxsync
Message:

VMM/HM: Follow-up to r150126 and selecting IEM as the primary execution engine. bugref:9898

File:
1 edited

Legend:

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

    r93922 r94790  
    309309    bool fFallbackToIEM = true;
    310310#endif
    311     rc = CFGMR3QueryBoolDef(pCfgHm, "fFallbackToIEM", &fFallbackToIEM, fFallbackToIEM);
     311    rc = CFGMR3QueryBoolDef(pCfgHm, "FallbackToIEM", &fFallbackToIEM, fFallbackToIEM);
    312312    AssertRCReturn(rc, rc);
    313313
     
    634634            {
    635635                if (   fFallbackToIEM
    636                     && (!fFallbackToNEM || rc == VERR_NEM_NOT_AVAILABLE))
     636                    && (!fFallbackToNEM || rc == VERR_NEM_NOT_AVAILABLE || rc == VERR_SUP_DRIVERLESS))
    637637                {
    638638                    LogRel(("HM: HMR3Init: Falling back on IEM: %s\n", !fFallbackToNEM ? pszMsg : "NEM not available"));
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