VirtualBox

Changeset 2699 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
May 17, 2007 3:18:06 PM (18 years ago)
Author:
vboxsync
Message:

Stricter type checking.

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

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

    r2556 r2699  
    821821            pVM->hwaccm.s.Event.errCode  = 0;
    822822    }
    823     STAM_COUNTER_INC(&pVM->hwaccm.s.pStatExitReason[exitCode & MASK_EXITREASON_STAT]);
     823    STAM_COUNTER_INC(&pVM->hwaccm.s.pStatExitReasonR0[exitCode & MASK_EXITREASON_STAT]);
    824824
    825825    /* Deal with the reason of the VM-exit. */
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r2556 r2699  
    11051105    /* Investigate why there was a VM-exit. */
    11061106    rc  = VMXReadVMCS(VMX_VMCS_RO_EXIT_REASON, &exitReason);
    1107     STAM_COUNTER_INC(&pVM->hwaccm.s.pStatExitReason[exitReason & MASK_EXITREASON_STAT]);
     1107    STAM_COUNTER_INC(&pVM->hwaccm.s.pStatExitReasonR0[exitReason & MASK_EXITREASON_STAT]);
    11081108
    11091109    exitReason &= 0xffff;   /* bit 0-15 contain the exit code. */
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