Changeset 29189 in vbox
- Timestamp:
- May 7, 2010 9:47:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r29087 r29189 1121 1121 <const name="Buffered" value="1"> 1122 1122 <desc>Image files will use the host cache if possible. 1123 The storage controller emulation will use a dedicated I/O thread, enable the host I/O cache and 1124 use synchronous file APIs on the host. 1123 1125 This type does not work with the Async I/O manager on Linux hosts. 1124 Default on all hosts except Linux.</desc>1126 This was the only option before VirtualBox 3.2 and is still the default for IDE controllers.</desc> 1125 1127 </const> 1126 1128 <const name="Unbuffered" value="2"> 1127 1129 <desc>Image files will not use the host cache. 1130 The storage controller emulation will use asynchronous I/O APIs on the host. This makes it possible 1131 to turn off the host I/O caches because it can handle unaligned access to the file. 1128 1132 This should be used on OS X and Linux hosts if a high I/O load is expected 1129 or many virtual machines are running to prevent I/O cache 1130 related hangs. Default on Linux hosts.</desc>1133 or many virtual machines are running to prevent I/O cache related hangs. 1134 This is new with version 3.2 and is now the default for non-IDE storage controllers.</desc> 1131 1135 </const> 1132 1136 </enum>
Note:
See TracChangeset
for help on using the changeset viewer.