VirtualBox

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


Ignore:
Timestamp:
May 31, 2019 3:53:25 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131003
Message:

VMM/HMVMXR0: Nested VMX: bugref:9180 VM-exit handling assertion, typo.

File:
1 edited

Legend:

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

    r78878 r78885  
    1637416374        return IEMExecVmxVmexitInstr(pVCpu, pVmxTransient->uExitReason, pVmxTransient->cbInstr);
    1637516375    }
    16376     return hmR0VmxExitInvpcid(pVCpu, pVmxTransient);
     16376    return hmR0VmxExitWbinvd(pVCpu, pVmxTransient);
    1637716377}
    1637816378
     
    1638716387    if (CPUMIsGuestVmxProcCtlsSet(pVCpu, &pVCpu->cpum.GstCtx, VMX_PROC_CTLS_INVLPG_EXIT))
    1638816388    {
     16389        Assert(CPUMIsGuestVmxProcCtls2Set(pVCpu, &pVCpu->cpum.GstCtx, VMX_PROC_CTLS2_INVPCID));
    1638916390        int rc  = hmR0VmxReadExitInstrLenVmcs(pVmxTransient);
    1639016391        rc     |= hmR0VmxReadExitQualVmcs(pVCpu, pVmxTransient);
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