Changeset 15609 in vbox for trunk/include/VBox
- Timestamp:
- Dec 16, 2008 10:00:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwaccm.h
r15159 r15609 110 110 VMMR3DECL(void) HWACCMR3CheckError(PVM pVM, int iStatusCode); 111 111 VMMR3DECL(bool) HWACCMR3CanExecuteGuest(PVM pVM, PCPUMCTX pCtx); 112 VMMR3DECL(void) HWACCMR3NotifyScheduled(PVMCPU pVCpu); 113 VMMR3DECL(void) HWACCMR3NotifyEmulated(PVMCPU pVCpu); 112 114 VMMR3DECL(bool) HWACCMR3IsActive(PVM pVM); 113 115 VMMR3DECL(bool) HWACCMR3IsNestedPagingActive(PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.