VirtualBox

Changeset 23414 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Sep 29, 2009 3:26:29 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52975
Message:

Storage/Block: add todo for proper async I/O handling

File:
1 edited

Legend:

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

    r22277 r23414  
    517517    uint32_t fTachFlags = 0; /** @todo figure attachment flags for mount. */
    518518    PPDMIBASE pBase;
    519     int rc = PDMDrvHlpAttach(pThis->pDrvIns, fTachFlags, &pBase); 
     519    int rc = PDMDrvHlpAttach(pThis->pDrvIns, fTachFlags, &pBase);
    520520    if (RT_FAILURE(rc))
    521521    {
     
    527527    if (pThis->pDrvMedia)
    528528    {
     529        /** @todo r=klaus missing async handling, this is just a band aid to
     530         * avoid using stale information */
     531        pThis->pDrvMediaAsync = NULL;
     532
    529533        /*
    530534         * Initialize state.
     
    928932    drvblockDetach,
    929933    /* pfnPowerOff */
    930     NULL, 
     934    NULL,
    931935    /* pfnSoftReset */
    932936    NULL,
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