VirtualBox

Changeset 30334 in vbox for trunk


Ignore:
Timestamp:
Jun 21, 2010 2:19:33 PM (14 years ago)
Author:
vboxsync
Message:

Must initialize idHostCpu properly (breaks SMP guest restore)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp

    r30237 r30334  
    639639                                    for (uint32_t i = 0; i < cCpus; i++)
    640640                                    {
    641                                         pVM->aCpus[i].pVMR0 = pVM;
    642                                         pVM->aCpus[i].pVMR3 = pVM->pVMR3;
     641                                        pVM->aCpus[i].pVMR0     = pVM;
     642                                        pVM->aCpus[i].pVMR3     = pVM->pVMR3;
     643                                        pVM->aCpus[i].idHostCpu = NIL_RTCPUID;
    643644                                    }
    644645
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