- Timestamp:
- May 25, 2017 10:10:47 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r67027 r67080 1803 1803 1804 1804 STAM_PROFILE_ADV_START(&pVCpu->hm.s.StatLoadGuestState, x); 1805 1806 #ifdef VBOX_WITH_NESTED_HWVIRT 1807 /* Nested Hw. virt through SVM R0 execution is not yet implemented, IEM only, we shouldn't get here. */ 1808 if (CPUMIsGuestInNestedHwVirtMode(pCtx)) 1809 return VERR_NOT_IMPLEMENTED; 1810 #endif 1805 1811 1806 1812 int rc = hmR0SvmLoadGuestControlRegs(pVCpu, pVmcb, pCtx);
Note:
See TracChangeset
for help on using the changeset viewer.

