Changeset 71083 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 21, 2018 12:54:01 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120947
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMM.cpp
r71081 r71083 2495 2495 * 2496 2496 * @returns VBox status code. 2497 * @param pVM The cross context VM structure.2498 * @param pVCpu The cross context VM structure.2499 * @param uOperationOperation to execute.2500 * @param u64Arg Constant argument.2501 * @param pReqHdr Pointer to a request header. See SUPR3CallVMMR0Ex for2502 * details.2497 * @param pVM The cross context VM structure. 2498 * @param pVCpu The cross context VM structure. 2499 * @param enmOperation Operation to execute. 2500 * @param u64Arg Constant argument. 2501 * @param pReqHdr Pointer to a request header. See SUPR3CallVMMR0Ex for 2502 * details. 2503 2503 */ 2504 2504 VMMR3_INT_DECL(int) VMMR3CallR0Emt(PVM pVM, PVMCPU pVCpu, VMMR0OPERATION enmOperation, uint64_t u64Arg, PSUPVMMR0REQHDR pReqHdr)
Note:
See TracChangeset
for help on using the changeset viewer.