VirtualBox

Changeset 18649 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 2, 2009 4:24:49 PM (16 years ago)
Author:
vboxsync
Message:

VMSetRuntimeError: clearification, status codes *must* be propagated, there are no FFs mopping them up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/VMAll.cpp

    r18646 r18649  
    193193 * execution (like "host memory low" or "out of host disk space").
    194194 *
    195  * @returns VBox status code. For some flags the status code needs to be
    196  *          propagated up the stack, but this may depend on where the call was
    197  *          made.
     195 * @returns VBox status code. For some flags the status code <b>must</b> be
     196 *          propagated up the stack.
    198197 *
    199198 * @param   pVM             The VM handle.
     
    230229 * va_list version of VMSetRuntimeError.
    231230 *
    232  * @returns VBox status code. For some flags the status code needs to be
    233  *          propagated up the stack, but this may depend on where the call was
    234  *          made. For most actions, there is a force action flag mopping up if
    235  *          the status code can't be propagated.
     231 * @returns VBox status code. For some flags the status code <b>must</b> be
     232 *          propagated up the stack.
    236233 *
    237234 * @param   pVM             The VM handle.
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