VirtualBox

Changeset 92134 in vbox


Ignore:
Timestamp:
Oct 28, 2021 10:47:20 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147953
Message:

FE/Qt: bugref:10131. Removing the check for hardware vistualization from maschine settings system tab. It was blocking saving the settings when the host does not support hardware virtualizatio but is enabled."

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp

    r90967 r92134  
    556556        UIValidationMessage message;
    557557        message.first = UITranslator::removeAccelMark(m_pTabWidget->tabText(2));
    558 
    559         /* HW Virt Ex test: */
    560         if (!isHWVirtExSupported() && isHWVirtExEnabled())
    561         {
    562             message.second << tr(
    563                 "The hardware virtualization is enabled in the Acceleration section of the System page although "
    564                 "it is not supported by the host system. It should be disabled in order to start the virtual system.");
    565 
    566             fPass = false;
    567         }
    568558
    569559        /* Nested Paging: */
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