VirtualBox

Changeset 42086 in vbox for trunk


Ignore:
Timestamp:
Jul 10, 2012 10:35:16 AM (13 years ago)
Author:
vboxsync
Message:

VMM/HWSVMR0: Fix for signalling new ASID on suspend/resume.

File:
1 edited

Legend:

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

    r42024 r42086  
    109109     */
    110110    pCpu->fFlushASIDBeforeUse = true;
     111
     112    /*
     113     * Ensure each VCPU scheduled on this CPU gets a new VPID on resume. See @bugref{6255}.
     114     */
     115    ++pCpu->cTLBFlushes;
     116
    111117    return VINF_SUCCESS;
    112118}
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