VirtualBox

Changeset 33947 in vbox


Ignore:
Timestamp:
Nov 10, 2010 6:48:37 PM (14 years ago)
Author:
vboxsync
Message:

Storage/VDI: can create images up to 4PB-3MB capacity, the previous value was avoiding the highest bit set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VDI.cpp

    r33595 r33947  
    11181118    cbSize = RT_ALIGN_64(cbSize, _1M);
    11191119    if (    !cbSize
    1120         ||  cbSize >= _1P * 2 - _1M * 3)
     1120        ||  cbSize >= _1P * 4 - _1M * 3)
    11211121    {
    11221122        rc = VERR_VD_INVALID_SIZE;
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