VirtualBox

Changeset 32135 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Aug 31, 2010 12:24:28 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65410
Message:

Checkpoint PDM helper

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp

    r29521 r32135  
    716716}
    717717
     718/** @interface_method_impl{PDMDRVHLPR0,pfnFTSetCheckpoint} */
     719static DECLCALLBACK(int) pdmR0DrvHlp_FTSetCheckpoint(PPDMDRVINS pDrvIns, FTMCHECKPOINTTYPE enmType)
     720{
     721    PDMDRV_ASSERT_DRVINS(pDrvIns);
     722    return FTMSetCheckpoint(pDrvIns->Internal.s.pVMR0, enmType);
     723}
    718724
    719725/**
     
    729735    pdmR0DrvHlp_AssertEMT,
    730736    pdmR0DrvHlp_AssertOther,
     737    pdmR0DrvHlp_FTSetCheckpoint,
    731738    PDM_DRVHLPRC_VERSION
    732739};
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