VirtualBox

Changeset 13169 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Oct 10, 2008 12:01:43 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37690
Message:

Deal with exit path for VMX_EXIT_EPT_VIOLATION

File:
1 edited

Legend:

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

    r13167 r13169  
    22902290#endif
    22912291
     2292        Assert(((exitQualification >> 7) & 3) != 2);
     2293
    22922294        /* Determine the kind of violation. */
    22932295        errCode = 0;
     
    27362738    case VMX_EXIT_EXCEPTION:            /* 0 Exception or non-maskable interrupt (NMI). */
    27372739    case VMX_EXIT_EXTERNAL_IRQ:         /* 1 External interrupt. */
     2740    case VMX_EXIT_EPT_VIOLATION:
    27382741        /* Already handled above. */
    27392742        break;
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