VirtualBox

Changeset 84520 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
May 25, 2020 5:44:38 PM (5 years ago)
Author:
vboxsync
Message:

Guest Control/VBoxManage: Implemented dedicated "waitrunlevel" command to wait for specific GA run levels and also added more options like waiting for GA being ready to be upgraded by Guest Control [build fix].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp

    r84519 r84520  
    26902690        HRESULT rc = S_OK;
    26912691        /** Whether we need to actually wait for the run level or if we already reached it. */
    2692         bool fWait;
     2692        bool fWait = false;
    26932693
    26942694        /* Install an event handler first to catch any runlevel changes. */
     
    29832983                        /** @todo Implement this. */
    29842984                        vrc = VERR_NOT_IMPLEMENTED;
     2985                        if (pCtx->cVerbose)
     2986                            RTPrintf("Rebooting is not implemented yet, sorry!\n");
    29852987
    29862988                        if (RT_SUCCESS(vrc))
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