Changeset 58170 in vbox for trunk/src/VBox/VMM/VMMRC
- Timestamp:
- Oct 12, 2015 9:27:14 AM (9 years ago)
- Location:
- trunk/src/VBox/VMM/VMMRC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRC/MMRamRC.cpp
r58122 r58170 75 75 * Read data in guest context with \#PF control. 76 76 * 77 * @returns VBox status .77 * @returns VBox status code. 78 78 * @param pVM The cross context VM structure. 79 79 * @param pDst Where to store the read data. … … 132 132 * Write data in guest context with \#PF control. 133 133 * 134 * @returns VBox status .134 * @returns VBox status code. 135 135 * @param pVM The cross context VM structure. 136 136 * @param pDst Where to write the data. -
trunk/src/VBox/VMM/VMMRC/TRPMRC.cpp
r58123 r58170 46 46 * To uninstall the temporary handler, call this function with pfnHandler set to NULL. 47 47 * 48 * @returns VBox status .48 * @returns VBox status code. 49 49 * @param pVM The cross context VM structure. 50 50 * @param iTrap Trap number to install handler [0..255].
Note:
See TracChangeset
for help on using the changeset viewer.