VirtualBox

Changeset 100452 in vbox


Ignore:
Timestamp:
Jul 10, 2023 11:35:33 AM (19 months ago)
Author:
vboxsync
Message:

FE/Qt: Show nested hardware virtualization setting in the details pane when enabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDetailsGenerator.cpp

    r98490 r100452  
    377377                acceleration << QApplication::translate("UIDetails", "Nested Paging", "details (system)");
    378378        }
     379        /* Nested VT-x/AMD-V: */
     380        if (comMachine.GetCPUProperty(KCPUPropertyType_HWVirt))
     381            acceleration << QApplication::translate("UIDetails", "Nested VT-x/AMD-V", "details (system)");
    379382        /* PAE/NX: */
    380383        if (comMachine.GetCPUProperty(KCPUPropertyType_PAE))
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