- Timestamp:
- Oct 28, 2013 3:58:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r49178 r49310 597 597 } 598 598 else 599 { 599 600 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 } 600 604 } 601 605 else
Note:
See TracChangeset
for help on using the changeset viewer.