VirtualBox

Changeset 37387 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jun 8, 2011 3:16:29 PM (14 years ago)
Author:
vboxsync
Message:

VMM/HM: Drop assertion in hmR0PokeCpu that might be subject to traces (like if we're interrupted by a hw interrupt on the host and the other EMT leaves kernel mode before we resume).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/HWACCMAll.cpp

    r37386 r37387  
    113113{
    114114    uint32_t cWorldSwitchExits = ASMAtomicUoReadU32(&pVCpu->hwaccm.s.cWorldSwitchExits);
    115     Assert(idHostCpu == pVCpu->idHostCpu);  /** @todo bogus assertion subject to races? */
    116115
    117116    STAM_PROFILE_ADV_START(&pVCpu->hwaccm.s.StatPoke, x);
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