VirtualBox

Changeset 49072 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Oct 12, 2013 11:10:26 PM (11 years ago)
Author:
vboxsync
Message:

EM.cpp: logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/EM.cpp

    r49071 r49072  
    23932393                    if (!pVM->em.s.fGuruOnTripleFault)
    23942394                    {
     2395                        Log(("EMR3ExecuteVM: VINF_EM_TRIPLE_FAULT: CPU reset...\n"));
    23952396                        Assert(pVM->cCpus == 1);
    23962397                        REMR3Reset(pVM);
     
    24012402                        HMR3ResetCpu(pVCpu);
    24022403                        pVCpu->em.s.enmState = emR3Reschedule(pVM, pVCpu, pVCpu->em.s.pCtx);
     2404                        Log2(("EMR3ExecuteVM: VINF_EM_TRIPLE_FAULT: %d -> %d\n", rc, enmOldState, pVCpu->em.s.enmState));
    24032405                        break;
    24042406                    }
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