VirtualBox

Changeset 29498 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
May 14, 2010 9:05:14 PM (15 years ago)
Author:
vboxsync
Message:

ISCSI: Return VERR_NOT_SUPPORTED for VD_OPEN_FLAGS_ASYNC_IO

File:
1 edited

Legend:

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

    r28827 r29498  
    23152315    AssertRC(rc);
    23162316    fHostIPDef = !!uHostIPTmp;
     2317
     2318    if (uOpenFlags & VD_OPEN_FLAGS_ASYNC_IO)
     2319        return VERR_NOT_SUPPORTED;
    23172320
    23182321    pImage->uOpenFlags      = uOpenFlags;
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