VirtualBox

Changeset 37496 in vbox for trunk


Ignore:
Timestamp:
Jun 16, 2011 2:02:29 PM (13 years ago)
Author:
vboxsync
Message:

DevAHCI.cpp: Don't use the virtual sync clock for the command completion coalescing timer. It's apparently not engaged, so this change should be harmless.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevAHCI.cpp

    r37466 r37496  
    83458345
    83468346    /* Create the timer for command completion coalescing feature. */
    8347     /** @todo r=bird: Using the virtual sync clock needs some justification.
    8348      *        Currently not an issue as this feature isn't used by any guest
    8349      *        yet. */
    8350     rc = PDMDevHlpTMTimerCreate(pDevIns, TMCLOCK_VIRTUAL_SYNC, ahciCccTimer, pThis,
     8347    rc = PDMDevHlpTMTimerCreate(pDevIns, TMCLOCK_VIRTUAL, ahciCccTimer, pThis,
    83518348                                TMTIMER_FLAGS_NO_CRIT_SECT, "AHCI CCC Timer", &pThis->pHbaCccTimerR3);
    83528349    if (RT_FAILURE(rc))
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