VirtualBox

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


Ignore:
Timestamp:
Dec 21, 2007 6:57:02 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
26931
Message:

Add rudimentary VHD support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp

    r5999 r6173  
    118118
    119119extern VBOXHDDBACKEND g_VmdkBackend;
    120 
     120extern VBOXHDDBACKEND g_VhdBackend;
    121121
    122122static const VBOXHDDBACKENDENTRY aBackends[] =
    123123{
    124124    { "VMDK", &g_VmdkBackend },
     125    { "VHD",  &g_VhdBackend},
    125126    { NULL, NULL }
    126127};
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