Changeset 34931 in vbox
- Timestamp:
- Dec 10, 2010 12:28:50 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r34897 r34931 3144 3144 { 3145 3145 InsertConfigInteger(pCfg, "UseNewIo", 1); 3146 if (fBuiltinIoCache) 3146 /* 3147 * Activate the builtin I/O cache for harddisks only. 3148 * It caches writes only which doesn't make sense for DVD drives 3149 * and just increases the overhead. 3150 */ 3151 if ( fBuiltinIoCache 3152 && (enmType == DeviceType_HardDisk)) 3147 3153 InsertConfigInteger(pCfg, "BlockCache", 1); 3148 3154 }
Note:
See TracChangeset
for help on using the changeset viewer.