Changeset 98085 in vbox
- Timestamp:
- Jan 15, 2023 2:42:44 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r98084 r98085 2831 2831 * readAndClearLed() should be thread safe. 2832 2832 */ 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. */ 2833 2836 2834 2837 /* … … 2862 2865 if (pLS->paSubTypes) 2863 2866 { 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. */ 2864 2873 for (uint32_t inSet = 0; inSet < pLS->cLeds; ++inSet) 2865 2874 {
Note:
See TracChangeset
for help on using the changeset viewer.