VirtualBox

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


Ignore:
Timestamp:
Dec 21, 2023 10:50:16 PM (14 months ago)
Author:
vboxsync
Message:

VMM/IEM: Fixed mixup in IEMTlbInvalidateAllPhysicalAllCpus that would cause trouble with SMP VMs. bugref:10371

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAll.cpp

    r102663 r102686  
    777777        if (RT_LIKELY(uTlbPhysRevNew > IEMTLB_PHYS_REV_INCR * 2))
    778778        { /* likely */}
    779         else if (pVCpuCaller == pVCpu)
     779        else if (pVCpuCaller != pVCpu)
    780780            uTlbPhysRevNew = IEMTLB_PHYS_REV_INCR;
    781781        else
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