Changeset 41783 in vbox for trunk/src/VBox/VMM/VMMRZ
- Timestamp:
- Jun 16, 2012 7:24:15 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78601
- Location:
- trunk/src/VBox/VMM/VMMRZ
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRZ/DBGFRZ.cpp
r40449 r41783 38 38 * other codes are passed execution to host context. 39 39 * 40 * @param pVM The VM handle.40 * @param pVM Pointer to the VM. 41 41 * @param pVCpu The virtual CPU handle. 42 42 * @param pRegFrame Pointer to the register frame for the trap. … … 106 106 * other codes are passed execution to host context. 107 107 * 108 * @param pVM The VM handle.108 * @param pVM Pointer to the VM. 109 109 * @param pVCpu The virtual CPU handle. 110 110 * @param pRegFrame Pointer to the register frame for the trap. -
trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp
r41777 r41783 1253 1253 * 1254 1254 * @returns VBox status code. 1255 * @param pVM The VM handle.1255 * @param pVM Pointer to the VM. 1256 1256 */ 1257 1257 VMMRCDECL(int) PGMRCDynMapInit(PVM pVM) … … 1555 1555 1556 1556 /** 1557 * Assert the theintegrity of the pool.1557 * Assert the integrity of the pool. 1558 1558 * 1559 1559 * @returns VBox status code. … … 1687 1687 #ifdef IN_RING0 1688 1688 /** 1689 * Assert the theintegrity of the pool.1689 * Assert the integrity of the pool. 1690 1690 * 1691 1691 * @returns VBox status code. … … 1699 1699 #ifdef IN_RC 1700 1700 /** 1701 * Assert the theintegrity of the pool.1701 * Assert the integrity of the pool. 1702 1702 * 1703 1703 * @returns VBox status code. -
trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp
r39402 r41783 38 38 * 39 39 * 40 * @param pVM The VM handle.40 * @param pVM Pointer to the VM. 41 41 * @param pVCpu The virtual CPU handle of the calling EMT. 42 42 * @param enmOperation The operation. … … 100 100 * needs to change it into an assertion. 101 101 * 102 * @param pVM The VM handle.102 * @param pVM Pointer to the VM. 103 103 * @param enmOperation The operation. 104 104 * @param uArg The argument to the operation.
Note:
See TracChangeset
for help on using the changeset viewer.