Changeset 55037 in vbox for trunk/include/VBox
- Timestamp:
- Mar 31, 2015 2:09:10 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99322
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r54903 r55037 2622 2622 /** The GIM device is not registered with GIM when it ought to be. */ 2623 2623 #define VERR_GIM_DEVICE_NOT_REGISTERED (-6310) 2624 /** An invalid Guest OS identifier was specified for the GIM provider. */2625 #define VERR_GIM_INVALID_GUESTOS_ID (-6311)2626 2624 /** @} */ 2627 2625 -
trunk/include/VBox/vmm/gim.h
r53615 r55037 98 98 AssertCompileMemberAlignment(GIMMMIO2REGION, pvPageR0, 8); 99 99 100 101 100 #if 0 102 101 /** … … 175 174 VMM_INT_DECL(bool) GIMAreHypercallsEnabled(PVMCPU pVCpu); 176 175 VMM_INT_DECL(int) GIMHypercall(PVMCPU pVCpu, PCPUMCTX pCtx); 176 VMM_INT_DECL(int) GIMXcptUD(PVMCPU pVCpu, PCPUMCTX pCtx); 177 VMM_INT_DECL(bool) GIMShouldTrapXcptUD(PVM pVM); 177 178 VMM_INT_DECL(VBOXSTRICTRC) GIMReadMsr(PVMCPU pVCpu, uint32_t idMsr, PCCPUMMSRRANGE pRange, uint64_t *puValue); 178 179 VMM_INT_DECL(VBOXSTRICTRC) GIMWriteMsr(PVMCPU pVCpu, uint32_t idMsr, PCCPUMMSRRANGE pRange, uint64_t uValue, uint64_t uRawValue); 179 180 180 /** @} */ 181 181
Note:
See TracChangeset
for help on using the changeset viewer.