VirtualBox

Ignore:
Timestamp:
Jul 12, 2013 10:16:38 AM (12 years ago)
Author:
vboxsync
Message:

VMM: XCPT_NMI -> XCPT_OR_NMI. Name it like Intel does in the spec.

File:
1 edited

Legend:

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

    r47090 r47109  
    35173517    switch (exitReason)
    35183518    {
    3519     case VMX_EXIT_XCPT_NMI:             /* 0 Exception or non-maskable interrupt (NMI). */
     3519    case VMX_EXIT_XCPT_OR_NMI:          /* 0 Exception or non-maskable interrupt (NMI). */
    35203520    case VMX_EXIT_EXT_INT:              /* 1 External interrupt. */
    35213521    {
     
    48024802    switch (exitReason)
    48034803    {
    4804     case VMX_EXIT_XCPT_NMI:             /* 0 Exception or non-maskable interrupt (NMI). */
     4804    case VMX_EXIT_XCPT_OR_NMI:          /* 0 Exception or non-maskable interrupt (NMI). */
    48054805    case VMX_EXIT_EXT_INT:              /* 1 External interrupt. */
    48064806    case VMX_EXIT_EPT_VIOLATION:
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