Changeset 58119 in vbox
- Timestamp:
- Oct 8, 2015 4:07:14 PM (9 years ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/GIMAll.cpp
r58116 r58119 89 89 * @param pCtx Pointer to the guest-CPU context. 90 90 * 91 * @ remarks Guest RIP may or may not have been incremented at this point.91 * @thread EMT. 92 92 */ 93 93 VMM_INT_DECL(int) GIMHypercall(PVMCPU pVCpu, PCPUMCTX pCtx) -
trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp
r58118 r58119 112 112 * 113 113 * @thread EMT. 114 * @remarks Guest RIP may or may not have been incremented at this point.115 114 */ 116 115 VMM_INT_DECL(int) gimHvHypercall(PVMCPU pVCpu, PCPUMCTX pCtx) -
trunk/src/VBox/VMM/VMMAll/GIMAllKvm.cpp
r58118 r58119 46 46 * @param pCtx Pointer to the guest-CPU context. 47 47 * 48 * @ remarks Guest RIP may or may not have been incremented at this point.48 * @thread EMT. 49 49 */ 50 50 VMM_INT_DECL(int) gimKvmHypercall(PVMCPU pVCpu, PCPUMCTX pCtx)
Note:
See TracChangeset
for help on using the changeset viewer.