VirtualBox

Changeset 18651 in vbox for trunk/src/VBox


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

PGMChangeMode: clearified status codes.

File:
1 edited

Legend:

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

    r18131 r18651  
    19201920 * the paging mode.
    19211921 *
    1922  * @returns VBox status code fit for scheduling in GC and R0.
     1922 * @returns VBox status code, with the following informational code for
     1923 *          VM scheduling.
    19231924 * @retval  VINF_SUCCESS if the was no change, or it was successfully dealt with.
    1924  * @retval  VINF_PGM_CHANGE_MODE if we're in GC or R0 and the mode changes.
     1925 * @retval  VINF_PGM_CHANGE_MODE if we're in RC or R0 and the mode changes.
     1926 *          (I.e. not in R3.)
     1927 * @retval  VINF_EM_SUSPEND or VINF_EM_OFF on a fatal runtime error. (R3 only)
     1928 *
    19251929 * @param   pVM         VM handle.
    19261930 * @param   cr0         The new cr0.
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