- Timestamp:
- Oct 9, 2019 10:59:53 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r81179 r81180 4041 4041 #endif 4042 4042 4043 #ifdef VBOX_WITH_NESTED_HWVIRT_SVM 4043 4044 /* 4044 4045 * Set up the nested-guest VMCB for execution using hardware-assisted SVM. … … 4046 4047 if (pSvmTransient->fIsNestedGuest) 4047 4048 hmR0SvmSetupVmcbNested(pVCpu); 4049 #endif 4048 4050 4049 4051 /*
Note:
See TracChangeset
for help on using the changeset viewer.