VirtualBox

Changeset 87488 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Jan 29, 2021 6:17:10 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142510
Message:

VMM/HMVMX: Moving more stuff to HMR0PERVCPU. bugref:9217

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/HM.cpp

    r87472 r87488  
    30143014        PCVMXVMCSINFOSHARED pVmcsInfo         = hmGetVmxActiveVmcsInfoShared(pVCpu);
    30153015#endif
    3016         bool const          fNstGstVmcsActive = pVCpu->hm.s.vmx.fSwitchedToNstGstVmcs;
     3016        bool const          fNstGstVmcsActive = pVCpu->hm.s.vmx.fSwitchedToNstGstVmcsShadow;
    30173017        switch (iStatusCode)
    30183018        {
     
    33183318            PCVMXVMCSINFOSHARED pVmcsInfoShared   = hmGetVmxActiveVmcsInfoShared(pVCpu);
    33193319            bool const          fRealOnV86Active  = pVmcsInfoShared->RealMode.fRealOnV86Active;
    3320             bool const          fNstGstVmcsActive = pVCpu->hm.s.vmx.fSwitchedToNstGstVmcs;
     3320            bool const          fNstGstVmcsActive = pVCpu->hm.s.vmx.fSwitchedToNstGstVmcsShadow;
    33213321
    33223322            pHlp->pfnPrintf(pHlp, "  %s VMCS active\n", fNstGstVmcsActive ? "Nested-guest" : "Guest");
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