VirtualBox

Changeset 28764 in vbox for trunk/include


Ignore:
Timestamp:
Apr 26, 2010 4:12:49 PM (15 years ago)
Author:
vboxsync
Message:

Main: Introduce a per controller setting to switch to the unbuffered async I/O interface (UseNewIo). Configurable through VBoxManage, default is still buffered

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/settings.h

    r28581 r28764  
    758758          ulPortCount(2),
    759759          ulInstance(0),
     760          ioBackendType(IoBackendType_Buffered),
    760761          lIDE0MasterEmulationPort(0),
    761762          lIDE0SlaveEmulationPort(0),
     
    767768
    768769    com::Utf8Str            strName;
    769     StorageBus_T            storageBus;             // _SATA, _SCSI, _IDE
     770    StorageBus_T            storageBus;             // _SATA, _SCSI, _IDE, _SAS
    770771    StorageControllerType_T controllerType;
    771772    uint32_t                ulPortCount;
    772773    uint32_t                ulInstance;
     774    IoBackendType_T         ioBackendType;
    773775
    774776    // only for when controllerType == StorageControllerType_IntelAhci:
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