VirtualBox

Changeset 72788 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 2, 2018 9:12:47 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123330
Message:

VMM/HMVMXR0: Try fix VERR_VMX_UNEXPECTED_EXIT guru due to Mov DRx exit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r72784 r72788  
    41134113         * executing guest code so they'll trigger at the right time.
    41144114         */
    4115         if (pMixedCtx->dr[7] & X86_DR7_ENABLED_MASK)
     4115        if (pMixedCtx->dr[7] & (X86_DR7_ENABLED_MASK | X86_DR7_GD))
    41164116        {
    41174117#if HC_ARCH_BITS == 32 && defined(VBOX_WITH_64_BITS_GUESTS)
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