VirtualBox

Changeset 66140 in vbox


Ignore:
Timestamp:
Mar 16, 2017 5:29:31 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
114046
Message:

Storage: Add backend to handle CUE/BIN images (not yet working as the previous infrastructure changes need to be wired up to the CD/DVD drive emulations)

Location:
trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/log.h

    r65220 r66140  
    760760    /** Generic virtual disk layer. */
    761761    LOG_GROUP_VD,
     762    /** CUE/BIN virtual disk backend. */
     763    LOG_GROUP_VD_CUE,
    762764    /** DMG virtual disk backend. */
    763765    LOG_GROUP_VD_DMG,
     
    11631165    "VBGL",         \
    11641166    "VD",           \
     1167    "VD_CUE",       \
    11651168    "VD_DMG",       \
    11661169    "VD_ISCSI",     \
  • trunk/src/VBox/Storage/Makefile.kmk

    r66125 r66140  
    5151        QCOW.cpp \
    5252        VHDX.cpp \
     53        CUE.cpp \
    5354        VCICache.cpp
    5455endif
  • trunk/src/VBox/Storage/VD.cpp

    r66110 r66140  
    640640    &g_VhdxBackend,
    641641    &g_RawBackend,
     642    &g_CueBackend,
    642643    &g_ISCSIBackend
    643644};
  • trunk/src/VBox/Storage/VDBackends.h

    r63781 r66140  
    3636extern const VDIMAGEBACKEND g_QCowBackend;
    3737extern const VDIMAGEBACKEND g_VhdxBackend;
     38extern const VDIMAGEBACKEND g_CueBackend;
    3839
    3940extern const VDCACHEBACKEND g_VciCacheBackend;
  • trunk/src/VBox/Storage/testcase/Makefile.kmk

    r63499 r66140  
    132132        ../QCOW.cpp \
    133133        ../VHDX.cpp \
     134        ../CUE.cpp \
    134135        ../VCICache.cpp \
    135136        ../VDIfVfs.cpp
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