Changeset 76694 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jan 8, 2019 8:23:46 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm.h
r76683 r76694 141 141 VMM_INT_DECL(const char *) HMVmxGetAbortDesc(VMXABORT enmAbort); 142 142 VMM_INT_DECL(const char *) HMVmxGetVmcsStateDesc(uint8_t fVmcsState); 143 VMM_INT_DECL(const char *) HMVmxGetIdtVectoringInfoTypeDesc(uint8_t uType); 144 VMM_INT_DECL(const char *) HMVmxGetExitIntInfoTypeDesc(uint8_t uType); 145 VMM_INT_DECL(const char *) HMVmxGetEntryIntInfoTypeDesc(uint8_t uType); 143 146 VMM_INT_DECL(void) HMHCPagingModeChanged(PVM pVM, PVMCPU pVCpu, PGMMODE enmShadowMode, PGMMODE enmGuestMode); 144 147 VMM_INT_DECL(void) HMVmxGetVmxMsrsFromHwvirtMsrs(PCSUPHWVIRTMSRS pMsrs, PVMXMSRS pVmxMsrs);
Note:
See TracChangeset
for help on using the changeset viewer.