VirtualBox

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


Ignore:
Timestamp:
Jan 9, 2013 1:40:33 PM (12 years ago)
Author:
vboxsync
Message:

VMM/VMMR0: HM bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette