VirtualBox

Ignore:
Timestamp:
Dec 8, 2017 5:58:00 AM (7 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested hw.virt: Fixed SVM intercept function calls to accomodate the extra parameter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllCImplSvmInstr.cpp.h

    r69765 r70001  
    328328         */
    329329        /* VMRUN must always be intercepted. */
    330         if (!CPUMIsGuestSvmCtrlInterceptSet(pCtx, SVM_CTRL_INTERCEPT_VMRUN))
     330        if (!CPUMIsGuestSvmCtrlInterceptSet(pVCpu, pCtx, SVM_CTRL_INTERCEPT_VMRUN))
    331331        {
    332332            Log(("iemSvmVmrun: VMRUN instruction not intercepted -> #VMEXIT\n"));
     
    10021002     * Check if any MSRs are being intercepted.
    10031003     */
    1004     Assert(CPUMIsGuestSvmCtrlInterceptSet(pCtx, SVM_CTRL_INTERCEPT_MSR_PROT));
     1004    Assert(CPUMIsGuestSvmCtrlInterceptSet(pVCpu, pCtx, SVM_CTRL_INTERCEPT_MSR_PROT));
    10051005    Assert(CPUMIsGuestInSvmNestedHwVirtMode(pCtx));
    10061006
Note: See TracChangeset for help on using the changeset viewer.

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