VirtualBox

Changeset 10467 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Jul 10, 2008 12:40:53 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33140
Message:

Provide CAP_FILE flag for backends operating on files.

Location:
trunk/src/VBox/Devices/Storage
Files:
3 edited

Legend:

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

    r8155 r10467  
    995995    sizeof(VBOXHDDBACKEND),
    996996    /* uBackendCaps */
    997     VD_CAP_CREATE_FIXED,
     997    VD_CAP_CREATE_FIXED | VD_CAP_FILE,
    998998    /* pfnCheckIfValid */
    999999    rawCheckIfValid,
  • trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp

    r9734 r10467  
    17601760    /* uBackendCaps */
    17611761      VD_CAP_UUID | VD_CAP_CREATE_FIXED | VD_CAP_CREATE_DYNAMIC
    1762     | VD_CAP_CREATE_SPLIT_2G | VD_CAP_DIFF,
     1762    | VD_CAP_CREATE_SPLIT_2G | VD_CAP_DIFF | VD_CAP_FILE,
    17631763    /* pfnCheckIfValid */
    17641764    vdiCheckIfValid,
  • trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp

    r9734 r10467  
    46784678    /* uBackendCaps */
    46794679      VD_CAP_UUID | VD_CAP_CREATE_FIXED | VD_CAP_CREATE_DYNAMIC
    4680     | VD_CAP_CREATE_SPLIT_2G | VD_CAP_DIFF,
     4680    | VD_CAP_CREATE_SPLIT_2G | VD_CAP_DIFF | VD_CAP_FILE,
    46814681    /* pfnCheckIfValid */
    46824682    vmdkCheckIfValid,
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