VirtualBox

Changeset 94884 in vbox


Ignore:
Timestamp:
May 6, 2022 6:56:17 AM (3 years ago)
Author:
vboxsync
Message:

Attempting to fix Darwin NEM.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/VMXAllTemplate.cpp.h

    r94883 r94884  
    68506850
    68516851    VBOXSTRICTRC rcStrict = VERR_VMX_UNEXPECTED_INTERRUPTION_EXIT_TYPE;
    6852     if (pVCpu->hm.s.fGCMTrapXcptDE)
     6852    if (VCPU_2_VMXSTATE(pVCpu).fGCMTrapXcptDE)
    68536853    {
    68546854        uint8_t cbInstr = 0;
  • trunk/src/VBox/VMM/include/NEMInternal.h

    r94791 r94884  
    341341    /** Whether we're using the hyper DR7 or guest DR7. */
    342342    bool                        fUsingHyperDR7 : 1;
     343    /** Whether \#DE needs to be intercepted for GIM. */
     344    bool                        fGCMTrapXcptDE : 1;
    343345
    344346#if defined(RT_OS_LINUX)
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