VirtualBox

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


Ignore:
Timestamp:
May 16, 2008 11:13:50 AM (17 years ago)
Author:
vboxsync
Message:

More logging

File:
1 edited

Legend:

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

    r8878 r8880  
    807807    }
    808808
    809     Assert(pCpu->uCurrentASID >= 1 && pCpu->uCurrentASID < pVM->hwaccm.s.svm.u32MaxASID);
     809    AssertMsg(pCpu->uCurrentASID >= 1 && pCpu->uCurrentASID < pVM->hwaccm.s.svm.u32MaxASID, ("cpu%d uCurrentASID = %x\n", pCpu->idCpu, pCpu->uCurrentASID));
    810810    pVMCB->ctrl.TLBCtrl.n.u32ASID = pCpu->uCurrentASID;
    811811
     
    16511651    Assert(pVM->hwaccm.s.svm.fSupported);
    16521652
     1653    LogFlow(("SVMR0Enter cpu%d last=%d asid=%d\n", pCpu->idCpu, pVM->hwaccm.s.svm.idLastCpu, pCpu->uCurrentASID));
    16531654    if (pVM->hwaccm.s.svm.idLastCpu != pCpu->idCpu)
    16541655    {
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