VirtualBox

Changeset 68408 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Aug 14, 2017 11:37:08 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117546
Message:

VMM/HMSVMR0: Nested Hw.virt: SVM bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r68406 r68408  
    21112111    STAM_PROFILE_ADV_START(&pVCpu->hm.s.StatLoadGuestState, x);
    21122112
     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
    21132122    PSVMVMCB pVmcbNstGst = pCtx->hwvirt.svm.CTX_SUFF(pVmcb);
    21142123    Assert(pVmcbNstGst);
     
    21312140
    21322141    hmR0SvmLoadGuestApicStateNested(pVCpu, pVmcbNstGst);
    2133     hmR0SvmLoadGuestXcptIntercepts(pVCpu, pVmcbNstGst);
    21342142
    21352143    int rc = hmR0SvmSetupVMRunHandler(pVCpu);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette