VirtualBox

Changeset 2390 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Apr 27, 2007 11:03:46 AM (18 years ago)
Author:
vboxsync
Message:

Resurrect old VMDK code and make it default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r2386 r2390  
    49924992
    49934993            rc = CFGMR3InsertNode(pLunL0,   "AttachedDriver", &pLunL1);                 RC_CHECK();
     4994#if 0 /* Disabled new virtual hdd containder code for now, causes trouble with vmdks. */
    49944995            rc = CFGMR3InsertString(pLunL1, "Driver",         "VD");               RC_CHECK();
     4996#else
     4997            rc = CFGMR3InsertString(pLunL1, "Driver",         "VmdkHDD");               RC_CHECK();
     4998#endif
    49954999            rc = CFGMR3InsertNode(pLunL1,   "Config", &pCfg);                           RC_CHECK();
    49965000            hrc = vmdkDisk->COMGETTER(FilePath)(&str);                                  H();
     
    57815785                        {
    57825786                            Log(("attachToHostInterface: %RTfile %ls\n", maTapFD[slot], tapDeviceName.raw()));
    5783    
     5787
    57845788                            /*
    57855789                            * Here is the right place to communicate the TAP file descriptor and
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