VirtualBox

Ignore:
Timestamp:
Jan 11, 2008 10:38:46 AM (17 years ago)
Author:
vboxsync
Message:

Turn failed LCHS geometry change into a release log, avoid asserting.

File:
1 edited

Legend:

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

    r6322 r6335  
    572572                }
    573573                rc = apHDs[i]->pfnSetLCHSGeometry(apHDs[i], &LCHSGeometry);
     574                if (rc == VERR_VDI_IMAGE_READ_ONLY)
     575                {
     576                    LogRel(("DevPcBios: ATA LUN#%d: failed to update LCHS geometry\n", __FUNCTION__, i));
     577                    rc = VINF_SUCCESS;
     578                }
    574579                AssertRC(rc);
    575580            }
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