VirtualBox

Changeset 31410 in vbox for trunk/src/VBox/VMM/VM.cpp


Ignore:
Timestamp:
Aug 5, 2010 1:51:47 PM (14 years ago)
Author:
vboxsync
Message:

VMMR0: Set VMCPU::hNativeThreadR0 in GVMMR0CreateVM and GVMMR0RegisterVCpu.

File:
1 edited

Legend:

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

    r31408 r31410  
    578578            pVM->aCpus[i].hNativeThread     = pUVM->aCpus[i].vm.s.NativeThreadEMT;
    579579            Assert(pVM->aCpus[i].hNativeThread != NIL_RTNATIVETHREAD);
    580 
     580            /* hNativeThreadR0 is initialized on EMT registration. */
    581581            pUVM->aCpus[i].pVCpu            = &pVM->aCpus[i];
    582582            pUVM->aCpus[i].pVM              = pVM;
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