VirtualBox

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


Ignore:
Timestamp:
Apr 25, 2014 2:34:06 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Assertion is a little too strict (global vs local init).

File:
1 edited

Legend:

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

    r51140 r51145  
    18181818    AssertPtr(pVCpu);
    18191819    Assert(pCpu->idCpu != NIL_RTCPUID);
    1820     AssertMsg(pCpu->uCurrentAsid >= 1 || pVCpu->hm.s.idLastCpu == NIL_RTCPUID,
    1821               ("hmR0VmxFlushTaggedTlbBoth: Cpu[%u] uCurrentAsid=%u pVCpu->idLastCpu=%u\n", pCpu->idCpu, pCpu->uCurrentAsid,
    1822                pVCpu->hm.s.idLastCpu));
     1820
    18231821    AssertMsg(pVM->hm.s.fNestedPaging && pVM->hm.s.vmx.fVpid,
    18241822              ("hmR0VmxFlushTaggedTlbBoth cannot be invoked unless NestedPaging & VPID are enabled."
    18251823               "fNestedPaging=%RTbool fVpid=%RTbool", pVM->hm.s.fNestedPaging, pVM->hm.s.vmx.fVpid));
    1826 
    18271824
    18281825    /*
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