VirtualBox

Ignore:
Timestamp:
Oct 12, 2009 3:34:36 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53419
Message:

Main,++: Added MachineState_MigratingFrom for use during startup on the migration target.

File:
1 edited

Legend:

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

    r23689 r23703  
    397397        case MachineState_Restoring:
    398398            pszState = "restoring";
     399            break;
     400        case MachineState_MigratingFrom:
     401            if (details == VMINFO_MACHINEREADABLE)
     402                pszState = "migratingfrom";
     403            else
     404                pszState = "migrating from";
    399405            break;
    400406        default:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette