VirtualBox

Changeset 51662 in vbox


Ignore:
Timestamp:
Jun 19, 2014 9:18:43 AM (11 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: Use VMCB offsetting until we fix TM. Makes Hyper-V guests more stable.

File:
1 edited

Legend:

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

    r51660 r51662  
    22432243        if (fParavirtTsc)
    22442244        {
     2245#if 0
    22452246            if (u64CurTSC + pVmcb->ctrl.u64TSCOffset > u64LastTick)
    22462247            {
     
    22502251            int rc = GIMR0UpdateParavirtTsc(pVCpu->CTX_SUFF(pVM), pVmcb->ctrl.u64TSCOffset);
    22512252            AssertRC(rc);
     2253#endif
    22522254            STAM_COUNTER_INC(&pVCpu->hm.s.StatTscParavirt);
    22532255        }
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