Changeset 52006 in vbox for trunk/include/VBox
- Timestamp:
- Jul 12, 2014 12:01:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/gim.h
r51797 r52006 200 200 VMMDECL(bool) GIMIsEnabled(PVM pVM); 201 201 VMMDECL(GIMPROVIDERID) GIMGetProvider(PVM pVM); 202 VMMDECL(bool) GIMIsParavirtTscEnabled(PVM pVM); 202 VMM_INT_DECL(bool) GIMIsParavirtTscEnabled(PVM pVM); 203 VMM_INT_DECL(bool) GIMAreHypercallsEnabled(PVMCPU pVCpu); 203 204 VMM_INT_DECL(int) GIMHypercall(PVMCPU pVCpu, PCPUMCTX pCtx); 204 205 VMM_INT_DECL(int) GIMReadMsr(PVMCPU pVCpu, uint32_t idMsr, PCCPUMMSRRANGE pRange, uint64_t *puValue);
Note:
See TracChangeset
for help on using the changeset viewer.