VirtualBox

Changeset 49931 in vbox for trunk/src


Ignore:
Timestamp:
Dec 16, 2013 1:02:33 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: Assertions.

File:
1 edited

Legend:

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

    r49902 r49931  
    850850     */
    851851    bool fNewAsid = false;
     852    Assert(pCpu->idCpu != NIL_RTCPUID);
    852853    if (   pVCpu->hm.s.idLastCpu   != pCpu->idCpu
    853854        || pVCpu->hm.s.cTlbFlushes != pCpu->cTlbFlushes)
     
    963964    }
    964965
     966    AssertMsg(pVCpu->hm.s.idLastCpu == pCpu->idCpu,
     967              ("vcpu idLastCpu=%x pcpu idCpu=%x\n", pVCpu->hm.s.idLastCpu, pCpu->idCpu));
    965968    AssertMsg(pVCpu->hm.s.cTlbFlushes == pCpu->cTlbFlushes,
    966969              ("Flush count mismatch for cpu %d (%x vs %x)\n", pCpu->idCpu, pVCpu->hm.s.cTlbFlushes, pCpu->cTlbFlushes));
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