Changeset 79345 in vbox for trunk/include
- Timestamp:
- Jun 26, 2019 9:09:46 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm.h
r78869 r79345 182 182 VMM_INT_DECL(bool) HMIsNestedPagingActive(PVM pVM); 183 183 VMM_INT_DECL(bool) HMIsMsrBitmapActive(PVM pVM); 184 # ifdef VBOX_WITH_NESTED_HWVIRT_SVM 185 VMM_INT_DECL(void) HMNotifyVmxNstGstVmexit(PVMCPU pVCpu, PCPUMCTX pCtx); 184 # ifdef VBOX_WITH_NESTED_HWVIRT_VMX 185 VMM_INT_DECL(void) HMNotifyVmxNstGstVmexit(PVMCPU pVCpu); 186 VMM_INT_DECL(void) HMNotifyVmxNstGstCurrentVmcsChanged(PVMCPU pVCpu); 186 187 # endif 187 188 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.