VirtualBox

Changeset 24588 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 11, 2009 3:15:16 PM (15 years ago)
Author:
vboxsync
Message:

DevAHCI: Ditto.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevAHCI.cpp

    r24265 r24588  
    61606160            AssertRCReturn(rc, rc);
    61616161            if (fInUse != (pThis->ahciPort[i].pDrvBase != NULL))
    6162                 return SSMR3SetCfgError(pSSM, RT_SRC_POS, N_("Port %u config mismatch: fInUse - saved=%RTbool config=%RTbool"),
    6163                                         i, fInUse, (pThis->ahciPort[i].pDrvBase != NULL));
     6162                return SSMR3SetCfgError(pSSM, RT_SRC_POS,
     6163                                        N_("The %s VM is missing a device on port %u. Please make sure the source and target VMs have compatible storage configurations"),
     6164                                        fInUse ? "target" : "source", i );
    61646165
    61656166            char szSerialNumber[AHCI_SERIAL_NUMBER_LENGTH+1];
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