VirtualBox

Changeset 41315 in vbox for trunk/src/VBox/Storage


Ignore:
Timestamp:
May 15, 2012 2:40:24 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77985
Message:

Storage: Start of a VHDX backend for readonly access to import those images into VBox, work in progress

Location:
trunk/src/VBox/Storage
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/Makefile.kmk

    r38563 r41315  
    4646        QED.cpp \
    4747        QCOW.cpp \
     48        VHDX.cpp \
    4849        VCICache.cpp
    4950
  • trunk/src/VBox/Storage/VD.cpp

    r41244 r41315  
    518518extern VBOXHDDBACKEND g_QedBackend;
    519519extern VBOXHDDBACKEND g_QCowBackend;
     520extern VBOXHDDBACKEND g_VhdxBackend;
    520521
    521522static unsigned g_cBackends = 0;
     
    530531    &g_QedBackend,
    531532    &g_QCowBackend,
     533    &g_VhdxBackend,
    532534    &g_RawBackend,
    533535    &g_ISCSIBackend
  • trunk/src/VBox/Storage/testcase/Makefile.kmk

    r40952 r41315  
    8989        $(VBOX_PATH_STORAGE_SRC)/QED.cpp \
    9090        $(VBOX_PATH_STORAGE_SRC)/QCOW.cpp \
     91        $(VBOX_PATH_STORAGE_SRC)/VHDX.cpp \
    9192        $(VBOX_PATH_STORAGE_SRC)/VCICache.cpp
    9293 vbox-img_LIBS = \
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