Changeset 24588 in vbox for trunk/src/VBox
- Timestamp:
- Nov 11, 2009 3:15:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r24265 r24588 6160 6160 AssertRCReturn(rc, rc); 6161 6161 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 ); 6164 6165 6165 6166 char szSerialNumber[AHCI_SERIAL_NUMBER_LENGTH+1];
Note:
See TracChangeset
for help on using the changeset viewer.