VirtualBox

Changeset 44519 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Feb 1, 2013 5:10:48 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83558
Message:

SSM dev callback doc update.

File:
1 edited

Legend:

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

    r44347 r44519  
    44
    55/*
    6  * Copyright (C) 2006-2010 Oracle Corporation
     6 * Copyright (C) 2006-2013 Oracle Corporation
    77 *
    88 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    400400 * @param   pDevIns         Device instance of the device which registered the data unit.
    401401 * @param   pSSM            SSM operation handle.
     402 * @remarks The caller enters the device critical section prior to the call.
    402403 * @thread  Any.
    403404 */
     
    416417 * @param   pSSM            SSM operation handle.
    417418 * @param   uPass           The pass.
     419 * @remarks The caller enters the device critical section prior to the call.
    418420 * @thread  Any.
    419421 */
     
    438440 * @param   pSSM            SSM operation handle.
    439441 * @param   uPass           The data pass.
     442 * @remarks The caller enters the device critical section prior to the call.
    440443 * @thread  Any.
    441444 */
     
    450453 * @param   pDevIns         Device instance of the device which registered the data unit.
    451454 * @param   pSSM            SSM operation handle.
     455 * @remarks The caller enters the device critical section prior to the call.
    452456 */
    453457typedef DECLCALLBACK(int) FNSSMDEVSAVEPREP(PPDMDEVINS pDevIns, PSSMHANDLE pSSM);
     
    461465 * @param   pDevIns         Device instance of the device which registered the data unit.
    462466 * @param   pSSM            SSM operation handle.
     467 * @remarks The caller enters the device critical section prior to the call.
    463468 */
    464469typedef DECLCALLBACK(int) FNSSMDEVSAVEEXEC(PPDMDEVINS pDevIns, PSSMHANDLE pSSM);
     
    472477 * @param   pDevIns         Device instance of the device which registered the data unit.
    473478 * @param   pSSM            SSM operation handle.
     479 * @remarks The caller enters the device critical section prior to the call.
    474480 */
    475481typedef DECLCALLBACK(int) FNSSMDEVSAVEDONE(PPDMDEVINS pDevIns, PSSMHANDLE pSSM);
     
    483489 * @param   pDevIns         Device instance of the device which registered the data unit.
    484490 * @param   pSSM            SSM operation handle.
     491 * @remarks The caller enters the device critical section prior to the call.
    485492 */
    486493typedef DECLCALLBACK(int) FNSSMDEVLOADPREP(PPDMDEVINS pDevIns, PSSMHANDLE pSSM);
     
    497504 * @param   uPass           The pass. This is always SSM_PASS_FINAL for units
    498505 *                          that doesn't specify a pfnSaveLive callback.
     506 * @remarks The caller enters the device critical section prior to the call.
    499507 */
    500508typedef DECLCALLBACK(int) FNSSMDEVLOADEXEC(PPDMDEVINS pDevIns, PSSMHANDLE pSSM, uint32_t uVersion, uint32_t uPass);
     
    508516 * @param   pDevIns         Device instance of the device which registered the data unit.
    509517 * @param   pSSM            SSM operation handle.
     518 * @remarks The caller enters the device critical section prior to the call.
    510519 */
    511520typedef DECLCALLBACK(int) FNSSMDEVLOADDONE(PPDMDEVINS pDevIns, PSSMHANDLE pSSM);
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