VirtualBox

Changeset 98085 in vbox


Ignore:
Timestamp:
Jan 15, 2023 2:42:44 AM (23 months ago)
Author:
vboxsync
Message:

Main/ConsoleImpl: Added @todo's to getDeviceActivity regarding outstanding issues. bugref:9892

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r98084 r98085  
    28312831     * readAndClearLed() should be thread safe.
    28322832     */
     2833/** @todo r=bird: readAndClearLed is safe, provided that we're not running at the
     2834 * same time as Console::i_allocateDriverLeds.  This assumption is not correct
     2835 * during VM construction. */
    28332836
    28342837    /*
     
    28622865        if (pLS->paSubTypes)
    28632866        {
     2867/** @todo r=bird: This needs optimizing as it hurts to scan all units of all
     2868 * storage controllers when getting the activitiy of one or more non-storage
     2869 * devices.
     2870 *
     2871 * Perhaps add a type summary bitmap to the entry, or may just reuse the
     2872 * enmType for these. */
    28642873            for (uint32_t inSet = 0; inSet < pLS->cLeds; ++inSet)
    28652874            {
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