Changeset 10715 in vbox for trunk/src/VBox/Main/ConsoleImpl2.cpp
- Timestamp:
- Jul 16, 2008 10:38:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r10693 r10715 854 854 STR_FREE(); 855 855 rc = CFGMR3InsertString(pCfg, "Format", "VMDK"); RC_CHECK(); 856 857 /* 858 * Create cfgm nodes for async transport driver because VMDK is currently the only 859 * one which may support async I/O. This has to be made generic based on the capabiliy flags 860 * when the new HardDisk interface is merged. 861 */ 862 rc = CFGMR3InsertNode(pLunL1, "AttachedDriver", &pLunL2); RC_CHECK(); 863 rc = CFGMR3InsertString(pLunL2, "Driver", "TransportAsync"); RC_CHECK(); 864 /* The async transport driver has no config options yet. */ 856 865 } 857 866 else if (hddType == HardDiskStorageType_CustomHardDisk)
Note:
See TracChangeset
for help on using the changeset viewer.