VirtualBox

Changeset 31330 in vbox


Ignore:
Timestamp:
Aug 3, 2010 12:00:45 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt4: show the nested paging setting when VT-x/AMD-V is enabled only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMDesktop.cpp

    r31240 r31330  
    506506            if (m_vbox.GetHost().GetProcessorFeature(KProcessorFeature_HWVirtEx))
    507507            {
    508 
    509508                /* VT-x/AMD-V */
    510509                if (m_machine.GetHWVirtExProperty(KHWVirtExPropertyType_Enabled))
     510                {
    511511                    accel << tr("VT-x/AMD-V", "details report");
    512512
    513                 /* Nested Paging */
    514                 if (m_machine.GetHWVirtExProperty(KHWVirtExPropertyType_NestedPaging))
    515                     accel << tr("Nested Paging", "details report");
    516 
     513                    /* Nested Paging (only when hw virt is enabled) */
     514                    if (m_machine.GetHWVirtExProperty(KHWVirtExPropertyType_NestedPaging))
     515                        accel << tr("Nested Paging", "details report");
     516                }
    517517            }
    518518            /* PAE/NX */
Note: See TracChangeset for help on using the changeset viewer.

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