- Timestamp:
- Feb 5, 2014 3:44:39 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92056
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r50008 r50333 3449 3449 if (fInSmxMode && !fSmxVmxAllowed) 3450 3450 rc = VERR_VMX_MSR_SMX_VMXON_DISABLED; 3451 else if (!f VmxAllowed)3451 else if (!fInSmxMode && !fVmxAllowed) 3452 3452 rc = VERR_VMX_MSR_VMXON_DISABLED; 3453 3453 else -
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r49934 r50333 809 809 if (fInSmxMode && !fSmxVmxAllowed) 810 810 rc = VERR_VMX_MSR_SMX_VMXON_DISABLED; 811 else if (!f VmxAllowed)811 else if (!fInSmxMode && !fVmxAllowed) 812 812 rc = VERR_VMX_MSR_VMXON_DISABLED; 813 813 else
Note:
See TracChangeset
for help on using the changeset viewer.