Changeset 72749 in vbox for trunk/include/VBox
- Timestamp:
- Jun 29, 2018 7:57:05 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm.h
r72746 r72749 253 253 VMMR3_INT_DECL(void) HMR3CheckError(PVM pVM, int iStatusCode); 254 254 VMMR3DECL(bool) HMR3CanExecuteGuest(PVM pVM, PCPUMCTX pCtx); 255 VMMR3_INT_DECL(void) HMR3NotifyScheduled(PVMCPU pVCpu);256 VMMR3_INT_DECL(void) HMR3NotifyEmulated(PVMCPU pVCpu);257 255 VMMR3_INT_DECL(void) HMR3NotifyDebugEventChanged(PVM pVM); 258 256 VMMR3_INT_DECL(void) HMR3NotifyDebugEventChangedPerCpu(PVM pVM, PVMCPU pVCpu);
Note:
See TracChangeset
for help on using the changeset viewer.