- Timestamp:
- Oct 23, 2009 12:39:10 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53877
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r23917 r24030 272 272 #endif 273 273 break; 274 275 case VERR_SVM_IN_USE: 276 #ifdef RT_OS_LINUX 277 pszError = N_("VirtualBox can't enable the AMD-V extension. " 278 "Please disable the KVM kernel extension, recompile your kernel and reboot"); 279 #else 280 pszError = N_("VirtualBox can't enable the AMD-V extension. Please close all other virtualization programs."); 281 #endif 274 282 275 283 case VERR_VERSION_MISMATCH:
Note:
See TracChangeset
for help on using the changeset viewer.