VirtualBox

Changeset 92411 in vbox


Ignore:
Timestamp:
Nov 13, 2021 2:48:51 PM (3 years ago)
Author:
vboxsync
Message:

VMM: Two more VMMR0 calls that must not valid idCpu as a valid EMT. bugref:10093 bugref:10124

File:
1 edited

Legend:

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

    r92408 r92411  
    24082408        && pGVM->pSelf    == pGVM
    24092409        && 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*/
    24112413       )
    24122414    {
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