VirtualBox

Changeset 32084 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Aug 30, 2010 11:30:21 AM (14 years ago)
Author:
vboxsync
Message:

FT fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/FTM.cpp

    r32057 r32084  
    938938
    939939    VMSTATE enmVMState = VMR3GetState(pVM);
    940     AssertMsgReturn(enmVMState == VMSTATE_POWERING_ON,
     940    AssertMsgReturn(enmVMState == VMSTATE_CREATED,
    941941                    ("%s\n", VMR3GetStateName(enmVMState)),
    942942                    VERR_INTERNAL_ERROR_4);
     
    959959
    960960        rc = RTThreadCreate(NULL, ftmR3MasterThread, pVM,
    961                             0, RTTHREADTYPE_IO /* higher than normal priority */, 0, "ftmR3MasterThread");
     961                            0, RTTHREADTYPE_IO /* higher than normal priority */, 0, "ftmMaster");
    962962        if (RT_FAILURE(rc))
    963963            return rc;
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