Changeset 58913 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Nov 29, 2015 10:22:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r58912 r58913 596 596 AssertCompileSizeAlignment(VMCSCACHE, 8); 597 597 598 /** VMX StartVM function. */ 598 /** 599 * VMX StartVM function. 600 * 601 * @returns VBox status code (no informational stuff). 602 * @param fResume Whether to use VMRESUME (true) or VMLAUNCH (false). 603 * @param pCtx The CPU register context. 604 * @param pCache The VMCS cache. 605 * @param pVM Pointer to the cross context VM structure. 606 * @param pVCpu Pointer to the cross context per-CPU structure. 607 */ 599 608 typedef DECLCALLBACK(int) FNHMVMXSTARTVM(RTHCUINT fResume, PCPUMCTX pCtx, PVMCSCACHE pCache, PVM pVM, PVMCPU pVCpu); 600 609 /** Pointer to a VMX StartVM function. */
Note:
See TracChangeset
for help on using the changeset viewer.