Changeset 81304 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Oct 17, 2019 10:19:19 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134009
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp
r81161 r81304 4400 4400 if (vtCaps.n.allowed1 & VMX_PROC_CTLS2_UNRESTRICTED_GUEST) 4401 4401 *pfCaps |= SUPVTCAPS_VTX_UNRESTRICTED_GUEST; 4402 if (vtCaps.n.allowed1 & VMX_PROC_CTLS2_VMCS_SHADOWING) 4403 *pfCaps |= SUPVTCAPS_VTX_VMCS_SHADOWING; 4402 4404 } 4403 4405 }
Note:
See TracChangeset
for help on using the changeset viewer.