VirtualBox

Changeset 22890 in vbox for trunk/src/VBox/VMM/testcase


Ignore:
Timestamp:
Sep 9, 2009 11:11:31 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52146
Message:

VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.

Location:
trunk/src/VBox/VMM/testcase
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstMMHyperHeap.cpp

    r20864 r22890  
    7373    pVM->pUVM = pUVM;
    7474
    75     pVM->cCPUs = NUM_CPUS;
    76     pVM->cbSelf = RT_UOFFSETOF(VM, aCpus[pVM->cCPUs]);
     75    pVM->cCpus = NUM_CPUS;
     76    pVM->cbSelf = RT_UOFFSETOF(VM, aCpus[pVM->cCpus]);
    7777
    7878    rc = STAMR3InitUVM(pUVM);
  • trunk/src/VBox/VMM/testcase/tstSSM.cpp

    r22793 r22890  
    654654                    pVM->pVMR3 = pVM;
    655655                    pVM->pUVM = pUVM;
    656                     pVM->cCPUs = 1;
     656                    pVM->cCpus = 1;
    657657                    pVM->aCpus[0].pVMR3 = pVM;
    658658                    pVM->aCpus[0].hNativeThread = RTThreadNativeSelf();
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