VirtualBox

Changeset 29189 in vbox


Ignore:
Timestamp:
May 7, 2010 9:47:49 AM (15 years ago)
Author:
vboxsync
Message:

Main: fix newio docs

File:
1 edited

Legend:

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

    r29087 r29189  
    11211121     <const name="Buffered" value="1">
    11221122       <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.
    11231125       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>
    11251127     </const>
    11261128     <const name="Unbuffered" value="2">
    11271129       <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.
    11281132       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>
    11311135     </const>
    11321136  </enum>
Note: See TracChangeset for help on using the changeset viewer.

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