VirtualBox

Changeset 43073 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Aug 29, 2012 12:55:52 PM (12 years ago)
Author:
vboxsync
Message:

VMM/HWSVMR0: Fix assertion for AMD erratum Cpus that require flushing the entire TLB on every world switch.

File:
1 edited

Legend:

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

    r42900 r43073  
    10691069        pCpu->uCurrentASID               = 1;
    10701070        pVCpu->hwaccm.s.uCurrentASID     = 1;
     1071        pVCpu->hwaccm.s.cTLBFlushes      = pCpu->cTLBFlushes;
    10711072        pVMCB->ctrl.TLBCtrl.n.u8TLBFlush = SVM_TLB_FLUSH_ENTIRE;
    10721073    }
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