Changeset 70712 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Jan 23, 2018 4:18:22 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120455
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r70644 r70712 1021 1021 LogRel(("Limiting the firmware APIC level from APIC to Disabled\n")); 1022 1022 } 1023 1024 /* Nested VT-x / AMD-V. */ 1025 BOOL fNestedHWVirt = FALSE; 1026 hrc = pMachine->GetCPUProperty(CPUPropertyType_HWVirt, &fNestedHWVirt); H(); 1027 InsertConfigInteger(pCPUM, "NestedHWVirt", fNestedHWVirt ? true : false); 1023 1028 1024 1029 /*
Note:
See TracChangeset
for help on using the changeset viewer.