Changeset 81707 in vbox for trunk/src/VBox/Devices/VMMDev
- Timestamp:
- Nov 6, 2019 12:09:12 PM (5 years ago)
- Location:
- trunk/src/VBox/Devices/VMMDev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDev.cpp
r81693 r81707 1224 1224 * @returns VBox status code that the guest should see. 1225 1225 * @param pDevIns The device instance. 1226 * @param pThis The VMMDev shared instance data.1227 1226 * @param pReqHdr The header of the request to handle. 1228 1227 */ … … 1675 1674 * 1676 1675 * @returns VBox status code that the guest should see. 1677 * @param pThis 1676 * @param pThisCC The VMMDev ring-3 instance data. 1678 1677 * @param pReqHdr The header of the request to handle. 1679 1678 */ … … 2610 2609 * 2611 2610 * @param pDevIns The device instance. 2612 * @param pThis The VMM device instance data.2613 2611 * @param GCPhysReqHdr The guest physical address of the request. 2614 2612 * @param pLock Pointer to the request locking info. NULL if not … … 4920 4918 }; 4921 4919 4922 #endif /* !VBOX_DEVICE_STRUCT_TESTCASE */ 4920 #endif /* !VBOX_DEV1679 4921 ICE_STRUCT_TESTCASE */ -
trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp
r81625 r81707 449 449 * 450 450 * @returns Pointer to the command on success, NULL otherwise. 451 * @param pThis The VMMDevinstance data.451 * @param pThisCC The VMMDev ring-3 instance data. 452 452 * @param GCPhys The physical address of the command we're looking for. 453 453 */
Note:
See TracChangeset
for help on using the changeset viewer.