Changeset 29481 in vbox
- Timestamp:
- May 14, 2010 3:25:28 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61609
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r29480 r29481 1094 1094 </const> 1095 1095 </enum> 1096 1097 <!-- <enum1098 name="IoBackendType"1099 uuid="2a7e16d1-4e6b-4d5d-b0c9-b9bbe6c5b2ad"1100 >1101 <desc>1102 Type of I/O backend used for the image files in a virtual machine.1103 </desc>1104 <const name="Buffered" value="1">1105 <desc>Image files will use the host cache if possible.1106 The storage controller emulation will use a dedicated I/O thread, enable the host I/O cache and1107 use synchronous file APIs on the host.1108 This type does not work with the Async I/O manager on Linux hosts.1109 This was the only option in the API before VirtualBox 3.2 and is still the default for IDE controllers.</desc>1110 </const>1111 <const name="Unbuffered" value="2">1112 <desc>Image files will not use the host cache.1113 The storage controller emulation will use asynchronous I/O APIs on the host. This makes it possible1114 to turn off the host I/O caches because it can handle unaligned access to the file.1115 This should be used on OS X and Linux hosts if a high I/O load is expected1116 or many virtual machines are running to prevent I/O cache related hangs.1117 This is new with the API of version 3.2 and is now the default for non-IDE storage controllers.</desc>1118 </const>1119 </enum>1120 -->1121 1096 1122 1097 <!--
Note:
See TracChangeset
for help on using the changeset viewer.