VirtualBox

Changeset 43849 in vbox for trunk


Ignore:
Timestamp:
Nov 9, 2012 1:08:56 PM (12 years ago)
Author:
vboxsync
Message:

VMM: bits.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/hm_vmx.h

    r43826 r43849  
    455455#define VMX_EXIT_INVALID            -1
    456456/** 0 Exception or non-maskable interrupt (NMI). */
    457 #define VMX_EXIT_EXCEPTION          0
     457#define VMX_EXIT_EXCEPTION_NMI      0
    458458/** 1 External interrupt. */
    459459#define VMX_EXIT_EXTERNAL_IRQ       1
     
    560560/** 59 VMFUNC. Guest software attempted to execute VMFUNC. */
    561561#define VMX_EXIT_VMFUNC             59
     562/** The maximum exit value (inclusive). */
     563#define VMX_EXIT_MAX_INDEX          VMX_EXIT_VMFUNC
    562564/** @} */
    563565
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r43803 r43849  
    33963396    switch (exitReason)
    33973397    {
    3398     case VMX_EXIT_EXCEPTION:            /* 0 Exception or non-maskable interrupt (NMI). */
     3398    case VMX_EXIT_EXCEPTION_NMI:        /* 0 Exception or non-maskable interrupt (NMI). */
    33993399    case VMX_EXIT_EXTERNAL_IRQ:         /* 1 External interrupt. */
    34003400    {
     
    46764676    switch (exitReason)
    46774677    {
    4678     case VMX_EXIT_EXCEPTION:            /* 0 Exception or non-maskable interrupt (NMI). */
     4678    case VMX_EXIT_EXCEPTION_NMI:        /* 0 Exception or non-maskable interrupt (NMI). */
    46794679    case VMX_EXIT_EXTERNAL_IRQ:         /* 1 External interrupt. */
    46804680    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