VirtualBox

Ignore:
Timestamp:
Jul 16, 2008 10:38:23 PM (16 years ago)
Author:
vboxsync
Message:

Merge async I/O for VMDK backend from private branch

File:
1 edited

Legend:

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

    r10693 r10715  
    854854                STR_FREE();
    855855                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. */
    856865            }
    857866            else if (hddType == HardDiskStorageType_CustomHardDisk)
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