- Timestamp:
- Jan 14, 2019 6:06:40 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128135
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HMAll.cpp
r76553 r76797 72 72 #ifdef VBOX_WITH_NESTED_HWVIRT_ONLY_IN_IEM 73 73 if ( CPUMIsGuestInSvmNestedHwVirtMode(pCtx) 74 || CPUMIsGuest VmxEnabled(pCtx))74 || CPUMIsGuestInVmxNonRootMode(pCtx)) 75 75 { 76 76 LogFunc(("In nested-guest mode - returning false"));
Note:
See TracChangeset
for help on using the changeset viewer.