Changeset 92134 in vbox
- Timestamp:
- Oct 28, 2021 10:47:20 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147953
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp
r90967 r92134 556 556 UIValidationMessage message; 557 557 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 }568 558 569 559 /* Nested Paging: */
Note:
See TracChangeset
for help on using the changeset viewer.