VirtualBox

Changeset 100779 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Aug 2, 2023 1:39:17 PM (19 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158660
Message:

DrvVUSBRootHub: Don't arm a re-attach timer in vusbR3RhLoadDone when saved state loading failed, just re-attach immediately so it won't cause trouble later during VM termination & cleanup. bugref:10494

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmdrv.h

    r99739 r100779  
    18271827
    18281828/**
     1829 * Get the status of an saved state operation.
     1830 *
     1831 * This can sometimes be useful in FNSSMDRVLOADDONE implementations to determine
     1832 * whether the load succeeded or not.
     1833 *
     1834 * @returns VBox status.
     1835 * @param   pDrvIns         Driver instance.
     1836 * @param   pSSM            The saved state handle.
     1837 * @sa      SSMR3HandleGetStatus
     1838 */
     1839DECLINLINE(int) PDMDrvHlpSSMHandleGetStatus(PPDMDRVINS pDrvIns, PSSMHANDLE pSSM)
     1840{
     1841    return pDrvIns->pHlpR3->pfnSSMHandleGetStatus(pSSM);
     1842}
     1843
     1844/**
    18291845 * @copydoc PDMDRVHLPR3::pfnMMHeapFree
    18301846 */
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