VirtualBox

Ignore:
Timestamp:
Jan 9, 2013 11:02:53 AM (12 years ago)
Author:
vboxsync
Message:

VMM: STAM counter naming.

File:
1 edited

Legend:

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

    r44154 r44259  
    43644364            {
    43654365                Log2(("VMX: lmsw %x\n", VMX_EXIT_QUALIFICATION_CRX_LMSW_DATA(exitQualification)));
    4366                 STAM_COUNTER_INC(&pVCpu->hm.s.StatExitLMSW);
     4366                STAM_COUNTER_INC(&pVCpu->hm.s.StatExitLmsw);
    43674367                rc = EMInterpretLMSW(pVM, pVCpu, CPUMCTX2CORE(pCtx), VMX_EXIT_QUALIFICATION_CRX_LMSW_DATA(exitQualification));
    43684368                pVCpu->hm.s.fContextUseFlags |= HM_CHANGED_GUEST_CR0;
     
    46264626    }
    46274627
    4628     case VMX_EXIT_TPR:                  /* 43 TPR below threshold. Guest software executed MOV to CR8. */
    4629         LogFlow(("VMX_EXIT_TPR\n"));
     4628    case VMX_EXIT_TPR_BELOW_THRESHOLD:  /* 43 TPR below threshold. Guest software executed MOV to CR8. */
     4629        LogFlow(("VMX_EXIT_TPR_BELOW_THRESHOLD\n"));
    46304630        /* RIP is already set to the next instruction and the TPR has been synced back. Just resume. */
    46314631        goto ResumeExecution;
     
    48054805        break;
    48064806
    4807     case VMX_EXIT_TPR:                  /* 43 TPR below threshold. Guest software executed MOV to CR8. */
     4807    case VMX_EXIT_TPR_BELOW_THRESHOLD:  /* 43 TPR below threshold. Guest software executed MOV to CR8. */
    48084808    case VMX_EXIT_RDMSR:                /* 31 RDMSR. Guest software attempted to execute RDMSR. */
    48094809    case VMX_EXIT_WRMSR:                /* 32 WRMSR. Guest software attempted to execute WRMSR. */
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