Changeset 100452 in vbox
- Timestamp:
- Jul 10, 2023 11:35:33 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDetailsGenerator.cpp
r98490 r100452 377 377 acceleration << QApplication::translate("UIDetails", "Nested Paging", "details (system)"); 378 378 } 379 /* Nested VT-x/AMD-V: */ 380 if (comMachine.GetCPUProperty(KCPUPropertyType_HWVirt)) 381 acceleration << QApplication::translate("UIDetails", "Nested VT-x/AMD-V", "details (system)"); 379 382 /* PAE/NX: */ 380 383 if (comMachine.GetCPUProperty(KCPUPropertyType_PAE))
Note:
See TracChangeset
for help on using the changeset viewer.