VirtualBox

Changeset 93213 in vbox


Ignore:
Timestamp:
Jan 13, 2022 6:37:55 AM (3 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:10092 Reverted r149264. This needs to be fixed in iemVmxVmexit, it's useful to have this assertion.

File:
1 edited

Legend:

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

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

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