VirtualBox

Changeset 62107 in vbox


Ignore:
Timestamp:
Jul 7, 2016 2:25:24 PM (8 years ago)
Author:
vboxsync
Message:

SVM: Keep track of last CPU even when always flushing TLB.

File:
1 edited

Legend:

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

    r62035 r62107  
    928928        /* Clear the VMCB Clean Bit for NP while flushing the TLB. See @bugref{7152}. */
    929929        pVmcb->ctrl.u64VmcbCleanBits    &= ~HMSVM_VMCB_CLEAN_NP;
     930
     931        /* Keep track of last CPU ID even when flushing all the time. */
     932        if (fNewAsid)
     933            pVCpu->hm.s.idLastCpu = pCpu->idCpu;
    930934    }
    931935    else if (pVCpu->hm.s.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