VirtualBox

Changeset 24030 in vbox for trunk


Ignore:
Timestamp:
Oct 23, 2009 12:39:10 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53877
Message:

Warn about AMD-V in use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VM.cpp

    r23917 r24030  
    272272#endif
    273273                    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
    274282
    275283                case VERR_VERSION_MISMATCH:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette