VirtualBox

Ignore:
Timestamp:
Oct 18, 2010 8:30:05 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66718
Message:

Devices/Storage: implement sequential reading of streamOptimized VMDK images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/ISCSIHDDCore.cpp

    r33124 r33182  
    48934893    int rc;
    48944894
    4895     /* Image must be opened and the new flags must be valid. Just readonly and
    4896      * info flags are supported. */
    4897     if (!pImage || (uOpenFlags & ~(VD_OPEN_FLAGS_READONLY | VD_OPEN_FLAGS_INFO | VD_OPEN_FLAGS_ASYNC_IO | VD_OPEN_FLAGS_SHAREABLE)))
     4895    /* Image must be opened and the new flags must be valid. */
     4896    if (!pImage || (uOpenFlags & ~(VD_OPEN_FLAGS_READONLY | VD_OPEN_FLAGS_INFO | VD_OPEN_FLAGS_ASYNC_IO | VD_OPEN_FLAGS_SHAREABLE | VD_OPEN_FLAGS_SEQUENTIAL)))
    48984897    {
    48994898        rc = VERR_INVALID_PARAMETER;
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