Changeset 2390 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 27, 2007 11:03:46 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r2386 r2390 4992 4992 4993 4993 rc = CFGMR3InsertNode(pLunL0, "AttachedDriver", &pLunL1); RC_CHECK(); 4994 #if 0 /* Disabled new virtual hdd containder code for now, causes trouble with vmdks. */ 4994 4995 rc = CFGMR3InsertString(pLunL1, "Driver", "VD"); RC_CHECK(); 4996 #else 4997 rc = CFGMR3InsertString(pLunL1, "Driver", "VmdkHDD"); RC_CHECK(); 4998 #endif 4995 4999 rc = CFGMR3InsertNode(pLunL1, "Config", &pCfg); RC_CHECK(); 4996 5000 hrc = vmdkDisk->COMGETTER(FilePath)(&str); H(); … … 5781 5785 { 5782 5786 Log(("attachToHostInterface: %RTfile %ls\n", maTapFD[slot], tapDeviceName.raw())); 5783 5787 5784 5788 /* 5785 5789 * Here is the right place to communicate the TAP file descriptor and
Note:
See TracChangeset
for help on using the changeset viewer.