Changeset 92411 in vbox
- Timestamp:
- Nov 13, 2021 2:48:51 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r92408 r92411 2408 2408 && pGVM->pSelf == pGVM 2409 2409 && enmOperation != VMMR0_DO_GVMM_DESTROY_VM 2410 && enmOperation != VMMR0_DO_GVMM_SCHED_WAKE_UP /* idCpu is not caller but target. Sigh. */ /** @todo fix*/ 2410 && enmOperation != VMMR0_DO_GVMM_REGISTER_VMCPU 2411 && enmOperation != VMMR0_DO_GVMM_SCHED_WAKE_UP /* idCpu is not caller but target. Sigh. */ /** @todo fix*/ 2412 && enmOperation != VMMR0_DO_GVMM_SCHED_POKE /* idCpu is not caller but target. Sigh. */ /** @todo fix*/ 2411 2413 ) 2412 2414 {
Note:
See TracChangeset
for help on using the changeset viewer.

