Changeset 31287 in vbox for trunk/src/VBox/Main/ConsoleImpl2.cpp
- Timestamp:
- Aug 2, 2010 12:13:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r31180 r31287 769 769 InsertConfigInteger(pPDMAcFile, "CacheSize", ioCacheSize * _1M); 770 770 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 779 771 /* 780 772 * Devices
Note:
See TracChangeset
for help on using the changeset viewer.