VirtualBox

Changeset 99648 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 8, 2023 5:23:04 AM (20 months ago)
Author:
vboxsync
Message:

VMM: Nested VMX: bugref:10318 Assertion to ensure we have rflags imported.

File:
1 edited

Legend:

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

    r99260 r99648  
    26642664    if (CPUMIsGuestVmxPinCtlsSet(pCtx, VMX_PIN_CTLS_EXT_INT_EXIT))
    26652665        return true;
     2666    CPUMCTX_ASSERT_NOT_EXTRN(pCtx, CPUMCTX_EXTRN_RFLAGS);
    26662667    return RT_BOOL(pCtx->eflags.u & X86_EFL_IF);
    26672668#endif
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