VirtualBox

Changeset 93212 in vbox for trunk/include


Ignore:
Timestamp:
Jan 13, 2022 6:21:48 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149264
Message:

VMM: Nested VMX: bugref:10092 Avoid asserting VMX non-root mode in CPUMIsGuestVmxInterceptEvents for reasons mentioned in the comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpum.h

    r93115 r93212  
    22112211DECLINLINE(bool) CPUMIsGuestVmxInterceptEvents(PCCPUMCTX pCtx)
    22122212{
    2213     Assert(CPUMIsGuestInVmxNonRootMode(pCtx));
     2213    /* We can be called during VM-entry failures, so avoid asserting we're in VMX non-root mode here. */
    22142214    return pCtx->hwvirt.vmx.fInterceptEvents;
    22152215}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette