VirtualBox

Changeset 1214 in vbox for trunk


Ignore:
Timestamp:
Mar 5, 2007 1:31:41 PM (18 years ago)
Author:
vboxsync
Message:

Implemented workaround for hardware bug (erratum 170)

File:
1 edited

Legend:

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

    r1211 r1214  
    587587    /* All done! Let's start VM execution. */
    588588    STAM_PROFILE_ADV_START(&pVM->hwaccm.s.StatInGC, x);
     589
     590    /** Erratum #170 -> must force a TLB flush */
     591    /** @todo supposed to be fixed in future by AMD */
     592    fForceTLBFlush = true;
     593
    589594    if (    pVM->hwaccm.s.svm.fResumeVM == false
    590595        ||  fForceTLBFlush)
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