VirtualBox

Changeset 49580 in vbox


Ignore:
Timestamp:
Nov 20, 2013 12:16:14 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
90779
Message:

VMM/HMVMXR0: Better fix for r90778.

File:
1 edited

Legend:

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

    r49579 r49580  
    78877887     * fill those values in. Subsequently, it's updated as part of the host state.
    78887888     */
    7889     if (!pVCpu->hm.s.vmx.fUpdatedHostMsrs)
     7889    if (   !pVCpu->hm.s.vmx.fUpdatedHostMsrs
     7890        && pVCpu->hm.s.vmx.cMsrs > 0)
     7891    {
    78907892        VMCPU_HMCF_SET(pVCpu, HM_CHANGED_HOST_CONTEXT);
     7893    }
    78917894
    78927895    /*
     
    79007903        AssertRC(rc);
    79017904        STAM_COUNTER_INC(&pVCpu->hm.s.StatPreemptSaveHostState);
    7902 
    7903         /*
    7904          * Prevent unnecessary host-state updates in case fUpdatedHostMsrs remains false
    7905          * throughout execution (e.g. if we are not swapping any MSRs)
    7906          */
    7907         pVCpu->hm.s.vmx.fUpdatedHostMsrs = true;
    79087905    }
    79097906    Assert(!VMCPU_HMCF_IS_PENDING(pVCpu, HM_CHANGED_HOST_CONTEXT));
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