VirtualBox

Changeset 48395 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 9, 2013 4:37:41 PM (11 years ago)
Author:
vboxsync
Message:

VMM/GVMMR0: Todo question.

File:
1 edited

Legend:

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

    r48208 r48395  
    11181118
    11191119        for (VMCPUID idCpu = 0; idCpu < pVM->cCpus; idCpu++)
     1120        {
     1121            /** @todo Can we busy wait here for all thread-context hooks to be
     1122             *        deregistered before releasing (destroying) it? Only until we find a
     1123             *        solution for not deregistering hooks everytime we're leaving HMR0
     1124             *        context. */
    11201125            VMMR0ThreadCtxHooksRelease(&pVM->aCpus[idCpu]);
     1126        }
    11211127
    11221128        SUPR0ObjRelease(pvObj, pHandle->pSession);
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