VirtualBox

Changeset 29879 in vbox


Ignore:
Timestamp:
May 30, 2010 10:55:03 AM (15 years ago)
Author:
vboxsync
Message:

DevAHCI.cpp: r=bird: Using TMCLOCK_VIRTUAL_SYNC in devices which aren't time sources requires some justificiation. See DevEHCI for instance.

File:
1 edited

Legend:

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

    r29758 r29879  
    68946894
    68956895    /* Create the timer for command completion coalescing feature. */
     6896    /** @todo r=bird: Using the virtual sync clock needs some justification.
     6897     *        Currently not an issue as this feature isn't used by any guest
     6898     *        yet. */
    68966899    rc = PDMDevHlpTMTimerCreate(pDevIns, TMCLOCK_VIRTUAL_SYNC, ahciCccTimer, pThis,
    68976900                                TMTIMER_FLAGS_DEFAULT_CRIT_SECT, "AHCI CCC Timer", &pThis->pHbaCccTimerR3);
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