VirtualBox

Changeset 48370 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Sep 6, 2013 6:28:00 PM (11 years ago)
Author:
vboxsync
Message:

EM,HM: MWait fix, clearing the active bit too early.

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

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

    r48329 r48370  
    40124012
    40134013        if (   rc == VINF_EM_HALT
    4014             && EMShouldContinueAfterHalt(pVCpu, pCtx))
     4014            && EMMonitorWaitShouldContinue(pVCpu, pCtx))
    40154015        {
    40164016            rc = VINF_SUCCESS;
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r48369 r48370  
    89538953
    89548954        if (   rc == VINF_EM_HALT
    8955             && EMShouldContinueAfterHalt(pVCpu, pMixedCtx))
     8955            && EMMonitorWaitShouldContinue(pVCpu, pMixedCtx))
    89568956        {
    89578957            rc = VINF_SUCCESS;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette