VirtualBox

Changeset 51114 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Apr 22, 2014 9:53:48 AM (11 years ago)
Author:
vboxsync
Message:

AHCI: Make sure fWrkThreadSleeping is true if there is nothing attached to a port, fixes hangs during boot

File:
1 edited

Legend:

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

    r51090 r51114  
    77197719
    77207720        pAhciPort->pAsyncIOThread = NULL;
     7721        pAhciPort->fWrkThreadSleeping = true;
    77217722    }
    77227723
     
    82708271        pAhciPort->IMountNotify.pfnMountNotify          = ahciR3MountNotify;
    82718272        pAhciPort->IMountNotify.pfnUnmountNotify        = ahciR3UnmountNotify;
     8273        pAhciPort->fWrkThreadSleeping                   = true;
    82728274
    82738275        /* Query per port configuration options if available. */
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