VirtualBox

Changeset 24072 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Oct 26, 2009 12:45:22 PM (15 years ago)
Author:
vboxsync
Message:

DevAHCI,DevATA: More RTThreadSleep(100) todos.

Location:
trunk/src/VBox/Devices/Storage
Files:
2 edited

Legend:

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

    r24068 r24072  
    59065906
    59075907        /* Sleep a bit. */
    5908         RTThreadSleep(100);
     5908        RTThreadSleep(100); /** @todo wait on something which can be woken up. 100ms is too long for teleporting VMs! */
    59095909    }
    59105910    return fAllFinished;
  • trunk/src/VBox/Devices/Storage/DevATA.cpp

    r24052 r24072  
    56095609
    56105610        /* Sleep for a bit. */
    5611         RTThreadSleep(100);
     5611        RTThreadSleep(100); /** @todo wait on something which can be woken up. 100ms is too long for teleporting VMs! */
    56125612    }
    56135613
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