VirtualBox

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


Ignore:
Timestamp:
Jul 13, 2009 11:44:07 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49991
Message:

Got rid of obsolete rdtsc restriction with SMP guests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/TM.cpp

    r20943 r21527  
    326326    {
    327327        if (!pVM->tm.s.fTSCUseRealTSC)
    328         {
    329             /* @todo simple case for guest SMP; always emulate RDTSC */
    330             if (pVM->cCPUs == 1)
    331                 pVM->tm.s.fMaybeUseOffsettedHostTSC = tmR3HasFixedTSC(pVM);
    332         }
     328            pVM->tm.s.fMaybeUseOffsettedHostTSC = tmR3HasFixedTSC(pVM);
    333329        else
    334330            pVM->tm.s.fMaybeUseOffsettedHostTSC = true;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette