VirtualBox

Changeset 29480 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
May 14, 2010 3:24:19 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61608
Message:

Main: Remove IoBackendType in StorageController and have a boolean setting fUseAsyncHostIOMgr instead; change XML settings and frontends accordingly; change VBoxManage storagectl syntax to --hostiocache on|off as well

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ConsoleImpl.h

    r29385 r29480  
    442442                               unsigned uInstance,
    443443                               StorageBus_T enmBus,
    444                                IoBackendType_T enmIoBackend,
     444                               bool fUseHostIOCache,
    445445                               bool fSetupMerge,
    446446                               unsigned uMergeSource,
     
    456456                     bool fPassthrough,
    457457                     DeviceType_T enmType,
    458                      IoBackendType_T enmIoBackend,
     458                     bool fUseHostIOCache,
    459459                     bool fSetupMerge,
    460460                     unsigned uMergeSource,
     
    468468                                                         unsigned uInstance,
    469469                                                         StorageBus_T enmBus,
    470                                                          IoBackendType_T enmIoBackend,
     470                                                         bool fUseHostIOCache,
    471471                                                         bool fSetupMerge,
    472472                                                         unsigned uMergeSource,
     
    479479                                                   unsigned uInstance,
    480480                                                   StorageBus_T enmBus,
    481                                                    IoBackendType_T enmIoBackend,
     481                                                   bool fUseHostIOCache,
    482482                                                   IMediumAttachment *aMediumAtt,
    483483                                                   bool fForce);
  • trunk/src/VBox/Main/include/StorageControllerImpl.h

    r28800 r29480  
    7373    STDMETHOD(COMGETTER(Instance)) (ULONG *aInstance);
    7474    STDMETHOD(COMSETTER(Instance)) (ULONG aInstance);
    75     STDMETHOD(COMGETTER(IoBackend)) (IoBackendType_T *aIoBackend);
    76     STDMETHOD(COMSETTER(IoBackend)) (IoBackendType_T aIoBackend);
     75    STDMETHOD(COMGETTER(UseHostIOCache)) (BOOL *fUseHostIOCache);
     76    STDMETHOD(COMSETTER(UseHostIOCache)) (BOOL fUseHostIOCache);
    7777
    7878    // StorageController methods
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette