VirtualBox

Changeset 85948 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Aug 31, 2020 9:52:18 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140143
Message:

Devices/DevFwCommon.cpp: Don't assert when assigning 32GiB or more to a VM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevFwCommon.cpp

    r83134 r85948  
    880880             * at the extended size.
    881881             */
    882             AssertLogRelMsgFailed(("DMI: RAM size %#RX64 too big for one type-17 descriptor, clipping to %#RX64\n",
    883                                    cbRamSize, (uint64_t)INT16_MAX * _1M));
     882            LogRel(("DMI: RAM size %#RX64 too big for one type-17 descriptor, clipping to %#RX64\n",
     883                    cbRamSize, (uint64_t)INT16_MAX * _1M));
    884884            u16RamSizeM = INT16_MAX;
    885885            if (cbRamSize / _1M >= 0x8000000) {
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