Changeset 31330 in vbox
- Timestamp:
- Aug 3, 2010 12:00:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMDesktop.cpp
r31240 r31330 506 506 if (m_vbox.GetHost().GetProcessorFeature(KProcessorFeature_HWVirtEx)) 507 507 { 508 509 508 /* VT-x/AMD-V */ 510 509 if (m_machine.GetHWVirtExProperty(KHWVirtExPropertyType_Enabled)) 510 { 511 511 accel << tr("VT-x/AMD-V", "details report"); 512 512 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 } 517 517 } 518 518 /* PAE/NX */
Note:
See TracChangeset
for help on using the changeset viewer.