Changeset 93212 in vbox for trunk/include
- Timestamp:
- Jan 13, 2022 6:21:48 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149264
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r93115 r93212 2211 2211 DECLINLINE(bool) CPUMIsGuestVmxInterceptEvents(PCCPUMCTX pCtx) 2212 2212 { 2213 Assert(CPUMIsGuestInVmxNonRootMode(pCtx));2213 /* We can be called during VM-entry failures, so avoid asserting we're in VMX non-root mode here. */ 2214 2214 return pCtx->hwvirt.vmx.fInterceptEvents; 2215 2215 }
Note:
See TracChangeset
for help on using the changeset viewer.