VirtualBox

Changeset 29481 in vbox


Ignore:
Timestamp:
May 14, 2010 3:25:28 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61609
Message:

Main: remove obsolete comment from XIDL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r29480 r29481  
    10941094    </const>
    10951095  </enum>
    1096 
    1097 <!--  <enum
    1098        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 and
    1107         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 possible
    1114         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 expected
    1116         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 -->
    11211096
    11221097  <!--
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette