Changeset 72599 in vbox for trunk/include/VBox
- Timestamp:
- Jun 18, 2018 1:36:04 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123095
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm.h
r72555 r72599 258 258 VMMR3_INT_DECL(void) HMR3PagingModeChanged(PVM pVM, PVMCPU pVCpu, PGMMODE enmShadowMode, PGMMODE enmGuestMode); 259 259 VMMR3_INT_DECL(int) HMR3EmulateIoBlock(PVM pVM, PCPUMCTX pCtx); 260 VMMR3_INT_DECL(bool) HMR3HasPendingIOInstr(PVMCPU pVCpu); 260 261 VMMR3_INT_DECL(VBOXSTRICTRC) HMR3RestartPendingIOInstr(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx); 261 262 VMMR3_INT_DECL(int) HMR3EnablePatching(PVM pVM, RTGCPTR pPatchMem, unsigned cbPatchMem);
Note:
See TracChangeset
for help on using the changeset viewer.