Changeset 80797 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Sep 15, 2019 6:31:14 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostImpl.cpp
r80398 r80797 391 391 else 392 392 Assert(m->fUnrestrictedGuestSupported == false); 393 /** @todo r=klaus put accurate condition here and update it as394 * the feature becomes available with VT-x. */395 if ( (fVTCaps & SUPVTCAPS_AMD_V)396 && m->fNestedPagingSupported)393 /** @todo r=klaus put accurate condition here, it's still approximate. */ 394 if ( ( (fVTCaps & SUPVTCAPS_AMD_V) 395 && m->fNestedPagingSupported) 396 || (fVTCaps & SUPVTCAPS_VTX_UNRESTRICTED_GUEST)) 397 397 m->fNestedHWVirtSupported = true; 398 398 }
Note:
See TracChangeset
for help on using the changeset viewer.