Changeset 81176 in vbox for trunk/include/VBox
- Timestamp:
- Oct 9, 2019 10:25:19 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 133813
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm.h
r81002 r81176 166 166 /** @name R0, R3 SVM handlers. 167 167 * @{ */ 168 VMM_INT_DECL(bool) HMIsSvmVGifActive(P VM pVM);168 VMM_INT_DECL(bool) HMIsSvmVGifActive(PCVM pVM); 169 169 # ifdef VBOX_WITH_NESTED_HWVIRT_SVM 170 170 VMM_INT_DECL(void) HMNotifySvmNstGstVmexit(PVMCPUCC pVCpu, PCPUMCTX pCtx);
Note:
See TracChangeset
for help on using the changeset viewer.