VirtualBox

Ignore:
Timestamp:
Aug 2, 2010 12:13:00 PM (14 years ago)
Author:
vboxsync
Message:

Initial API changes for resource control (storage/network/cpu)

File:
1 edited

Legend:

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

    r31180 r31287  
    769769        InsertConfigInteger(pPDMAcFile, "CacheSize", ioCacheSize * _1M);
    770770
    771         /* Maximum I/O bandwidth */
    772         ULONG ioBandwidthMax = 0;
    773         hrc = pMachine->COMGETTER(IoBandwidthMax)(&ioBandwidthMax);                         H();
    774         if (ioBandwidthMax != 0)
    775         {
    776             InsertConfigInteger(pPDMAcFile, "VMTransferPerSecMax", ioBandwidthMax * _1M);
    777         }
    778 
    779771        /*
    780772         * Devices
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