Changeset 66004 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Mar 8, 2017 9:18:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp
r66003 r66004 199 199 * @param iExitCode The exit reason. 200 200 * @param uExitInfo1 The exit info. 1 field. 201 * @param uExitInfo 1The exit info. 2 field.201 * @param uExitInfo2 The exit info. 2 field. 202 202 */ 203 203 VMM_INT_DECL(VBOXSTRICTRC) HMSvmNstGstVmExit(PVMCPU pVCpu, PCPUMCTX pCtx, int64_t iExitCode, uint64_t uExitInfo1,
Note:
See TracChangeset
for help on using the changeset viewer.