VirtualBox

Changeset 79220 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jun 19, 2019 5:28:37 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131398
Message:

VMM/IEM: Nested VMX: bugref:9180 VMPTRLD nit.

File:
1 edited

Legend:

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

    r79203 r79220  
    82078207     * different current VMCS.
    82088208     */
    8209     bool fLoadVmcsFromMem;
    8210     if (IEM_VMX_HAS_CURRENT_VMCS(pVCpu))
    8211     {
    8212         if (IEM_VMX_GET_CURRENT_VMCS(pVCpu) != GCPhysVmcs)
     8209    if (IEM_VMX_GET_CURRENT_VMCS(pVCpu) != GCPhysVmcs)
     8210    {
     8211        if (IEM_VMX_HAS_CURRENT_VMCS(pVCpu))
    82138212        {
    82148213            iemVmxCommitCurrentVmcsToMemory(pVCpu);
    82158214            Assert(!IEM_VMX_HAS_CURRENT_VMCS(pVCpu));
    8216             fLoadVmcsFromMem = true;
    8217         }
    8218         else
    8219             fLoadVmcsFromMem = false;
    8220     }
    8221     else
    8222         fLoadVmcsFromMem = true;
    8223 
    8224     if (fLoadVmcsFromMem)
    8225     {
     8215        }
     8216
    82268217        /* Finally, cache the new VMCS from guest memory and mark it as the current VMCS. */
    82278218        rc = PGMPhysSimpleReadGCPhys(pVCpu->CTX_SUFF(pVM), (void *)pVCpu->cpum.GstCtx.hwvirt.vmx.CTX_SUFF(pVmcs), GCPhysVmcs,
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