Changeset 24072 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Oct 26, 2009 12:45:22 PM (15 years ago)
- Location:
- trunk/src/VBox/Devices/Storage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r24068 r24072 5906 5906 5907 5907 /* 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! */ 5909 5909 } 5910 5910 return fAllFinished; -
trunk/src/VBox/Devices/Storage/DevATA.cpp
r24052 r24072 5609 5609 5610 5610 /* 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! */ 5612 5612 } 5613 5613
Note:
See TracChangeset
for help on using the changeset viewer.