Changeset 18651 in vbox for trunk/src/VBox
- Timestamp:
- Apr 2, 2009 4:27:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r18131 r18651 1920 1920 * the paging mode. 1921 1921 * 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. 1923 1924 * @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 * 1925 1929 * @param pVM VM handle. 1926 1930 * @param cr0 The new cr0.
Note:
See TracChangeset
for help on using the changeset viewer.