VirtualBox

Ignore:
Timestamp:
Jul 7, 2015 11:46:09 AM (9 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0, HMSVMR0: Disable currently dead code path.

File:
1 edited

Legend:

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

    r56823 r56837  
    56985698    if (fParavirtTsc)
    56995699    {
     5700        /* Currently neither Hyper-V nor KVM need to update their paravirt. TSC
     5701           information before every VM-entry, hence disable it for performance sake. */
     5702#if 0
    57005703        rc = GIMR0UpdateParavirtTsc(pVM, 0 /* u64Offset */);
    57015704        AssertRC(rc);
     5705#endif
    57025706        STAM_COUNTER_INC(&pVCpu->hm.s.StatTscParavirt);
    57035707    }
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