Changeset 68408 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 14, 2017 11:37:08 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117546
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r68406 r68408 2111 2111 STAM_PROFILE_ADV_START(&pVCpu->hm.s.StatLoadGuestState, x); 2112 2112 2113 /* 2114 * Load guest intercepts first into the guest VMCB as later we may merge 2115 * them into the nested-guest VMCB further below. 2116 */ 2117 { 2118 PSVMVMCB pVmcb = pVCpu->hm.s.svm.pVmcb; 2119 hmR0SvmLoadGuestXcptIntercepts(pVCpu, pVmcb); 2120 } 2121 2113 2122 PSVMVMCB pVmcbNstGst = pCtx->hwvirt.svm.CTX_SUFF(pVmcb); 2114 2123 Assert(pVmcbNstGst); … … 2131 2140 2132 2141 hmR0SvmLoadGuestApicStateNested(pVCpu, pVmcbNstGst); 2133 hmR0SvmLoadGuestXcptIntercepts(pVCpu, pVmcbNstGst);2134 2142 2135 2143 int rc = hmR0SvmSetupVMRunHandler(pVCpu);
Note:
See TracChangeset
for help on using the changeset viewer.