VirtualBox

Changeset 61455 in vbox for trunk/src


Ignore:
Timestamp:
Jun 3, 2016 6:15:42 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107782
Message:

HMR0EnsureCompleteBasicContext: Mark the guest state as changed.

File:
1 edited

Legend:

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

    r61359 r61455  
    67366736             in the VT-x part of the sources instead of the generic stuff. */
    67376737    if (pVCpu->CTX_SUFF(pVM)->hm.s.vmx.fSupported)
     6738    {
     6739        /* For now, imply that the caller might change everything too. */
     6740        HMCPU_CF_SET(pVCpu, HM_CHANGED_ALL_GUEST);
    67386741        return hmR0VmxSaveGuestState(pVCpu, pMixedCtx);
     6742    }
    67396743    return VINF_SUCCESS;
    67406744}
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