VirtualBox

Changeset 63998 in vbox for trunk


Ignore:
Timestamp:
Sep 26, 2016 11:30:31 AM (8 years ago)
Author:
vboxsync
Message:

Main: Never try to use the builtin I/O cache for the NVMe controller (introduces additional overhead and is planned for deprecation)

File:
1 edited

Legend:

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

    r63747 r63998  
    23822382                                              enmBus,
    23832383                                              !!fUseHostIOCache,
    2384                                               !!fBuiltinIOCache,
     2384                                              enmCtrlType == StorageControllerType_NVMe ? false : !!fBuiltinIOCache,
    23852385                                              false /* fSetupMerge */,
    23862386                                              0 /* uMergeSource */,
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