VirtualBox

Changeset 49310 in vbox for trunk


Ignore:
Timestamp:
Oct 28, 2013 3:58:48 PM (11 years ago)
Author:
vboxsync
Message:

HMR0.cpp: Ignore VERR_SVM_DISABLED an VERR_SVM_IN_USE status codes during module load. Old problem exposed by r86045.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMR0.cpp

    r49178 r49310  
    597597        }
    598598        else
     599        {
    599600            g_HvmR0.lLastError = rc;
     601            if (rc == VERR_SVM_DISABLED || rc == VERR_SVM_IN_USE)
     602                rc = VINF_SUCCESS; /* Don't fail if AMD-V is disabled or in use. */
     603        }
    600604    }
    601605    else
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