VirtualBox

Changeset 44262 in vbox


Ignore:
Timestamp:
Jan 9, 2013 1:40:33 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83133
Message:

VMM/VMMR0: HM bits.

Location:
trunk
Files:
2 edited

Legend:

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

    r44259 r44262  
    511511#define VMX_EXIT_DRX_MOVE           29
    512512/** 30 I/O instruction. */
    513 #define VMX_EXIT_PORT_IO            30
     513#define VMX_EXIT_IO_INSTR           30
    514514/** 31 RDMSR. Guest software attempted to execute RDMSR. */
    515515#define VMX_EXIT_RDMSR              31
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r44259 r44262  
    44564456
    44574457    /* Note: We'll get a #GP if the IO instruction isn't allowed (IOPL or TSS bitmap); no need to double check. */
    4458     case VMX_EXIT_PORT_IO:              /* 30 I/O instruction. */
     4458    case VMX_EXIT_IO_INSTR:              /* 30 I/O instruction. */
    44594459    {
    44604460        STAM_PROFILE_ADV_START(&pVCpu->hm.s.StatExit2Sub1, y1);
     
    47884788    case VMX_EXIT_CRX_MOVE:             /* 28 Control-register accesses. */
    47894789    case VMX_EXIT_DRX_MOVE:             /* 29 Debug-register accesses. */
    4790     case VMX_EXIT_PORT_IO:              /* 30 I/O instruction. */
     4790    case VMX_EXIT_IO_INSTR:             /* 30 I/O instruction. */
    47914791    case VMX_EXIT_RDPMC:                /* 15 Guest software attempted to execute RDPMC. */
    47924792    case VMX_EXIT_RDTSCP:               /* 51 Guest software attempted to execute RDTSCP. */
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