VirtualBox

Changeset 3409 in vbox for trunk/src/VBox/Devices/VMMDev


Ignore:
Timestamp:
Jul 4, 2007 10:18:53 AM (18 years ago)
Author:
vboxsync
Message:

Report saved additions information after restoring from saved state.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp

    r3385 r3409  
    16341634    {
    16351635        pData->pDrv->pfnVideoAccelEnable (pData->pDrv, !!pData->u32VideoAccelEnabled, &pData->pVMMDevRAMHC->vbvaMemory);
     1636    }
     1637
     1638    if (pData->fu32AdditionsOk)
     1639    {
     1640        LogRel(("Guest Additions information report: additionsVersion = 0x%08X  osType = 0x%08X\n",
     1641                pData->guestInfo.additionsVersion,
     1642                pData->guestInfo.osType));
     1643        pData->pDrv->pfnUpdateGuestVersion(pData->pDrv, &pData->guestInfo);
    16361644    }
    16371645
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