Changeset 48395 in vbox for trunk/src/VBox
- Timestamp:
- Sep 9, 2013 4:37:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp
r48208 r48395 1118 1118 1119 1119 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. */ 1120 1125 VMMR0ThreadCtxHooksRelease(&pVM->aCpus[idCpu]); 1126 } 1121 1127 1122 1128 SUPR0ObjRelease(pvObj, pHandle->pSession);
Note:
See TracChangeset
for help on using the changeset viewer.