Changeset 54874 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Mar 20, 2015 3:17:42 PM (10 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp
r54867 r54874 3946 3946 if (vtCaps.n.allowed1 & VMX_VMCS_CTRL_PROC_EXEC2_EPT) 3947 3947 *pfCaps |= SUPVTCAPS_NESTED_PAGING; 3948 if (vtCaps.n.allowed1 & VMX_VMCS_CTRL_PROC_EXEC2_UNRESTRICTED_GUEST) 3949 *pfCaps |= SUPVTCAPS_NESTED_PAGING; 3948 3950 } 3949 3951 } -
trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h
r54650 r54874 215 215 * - (nothing) 216 216 */ 217 #define SUPDRV_IOC_VERSION 0x001f000 4217 #define SUPDRV_IOC_VERSION 0x001f0005 218 218 219 219 /** SUP_IOCTL_COOKIE. */
Note:
See TracChangeset
for help on using the changeset viewer.