VirtualBox

Changeset 15857 in vbox


Ignore:
Timestamp:
Jan 8, 2009 11:52:28 AM (16 years ago)
Author:
vboxsync
Message:

More logging

File:
1 edited

Legend:

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

    r15854 r15857  
    19881988        ||  RTTimeNanoTS() - pVCpu->hwaccm.s.u64TimeEntry >= 2000000)
    19891989    {
     1990        LogFlow(("delta %VX64\n", RTTimeNanoTS() - pVCpu->hwaccm.s.u64TimeEntry));
    19901991        STAM_COUNTER_INC(&pVCpu->hwaccm.s.StatExitMaxResume);
    19911992        rc = VINF_EM_RAW_INTERRUPT;
     
    36113612        &&  RTTimeNanoTS() - pVCpu->hwaccm.s.u64TimeEntry >= 2000000)
    36123613    {
     3614        LogFlow(("delta (2) %VX64\n", RTTimeNanoTS() - pVCpu->hwaccm.s.u64TimeEntry));
    36133615        return VINF_VMX_PREEMPT_PENDING;
    36143616    }
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