VirtualBox

Changeset 54064 in vbox


Ignore:
Timestamp:
Feb 3, 2015 10:24:32 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98004
Message:

AHCI: Fix race condition which results in rare hangs during suspend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevAHCI.cpp

    r53763 r54064  
    66476647        {
    66486648            ahciHBAReset(pAhci);
     6649            if (pAhci->fSignalIdle)
     6650                PDMDevHlpAsyncNotificationCompleted(pAhciPort->pDevInsR3);
    66496651            continue;
    66506652        }
     
    68626864            && !cThreadsActive)
    68636865            ahciHBAReset(pAhci);
     6866
     6867        if (!cThreadsActive && pAhci->fSignalIdle)
     6868            PDMDevHlpAsyncNotificationCompleted(pAhciPort->pDevInsR3);
    68646869    } /* While running */
    68656870
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