VirtualBox

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


Ignore:
Timestamp:
Mar 16, 2016 9:19:25 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106044
Message:

Storage/LsiLogic: Missing case

File:
1 edited

Legend:

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

    r60015 r60057  
    38823882    if (rc == VERR_MORE_DATA)
    38833883    {
    3884         rc = lsilogicR3PrepareBiosScsiRequest(pThis);
    3885         AssertRC(rc);
     3884        ASMAtomicXchgBool(&pThis->fBiosReqPending, true);
     3885        /* Send a notifier to the PDM queue that there are pending requests. */
     3886        PPDMQUEUEITEMCORE pItem = PDMQueueAlloc(pThis->CTX_SUFF(pNotificationQueue));
     3887        AssertMsg(pItem, ("Allocating item for queue failed\n"));
     3888        PDMQueueInsert(pThis->CTX_SUFF(pNotificationQueue), (PPDMQUEUEITEMCORE)pItem);
    38863889    }
    38873890    else if (RT_FAILURE(rc))
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