VirtualBox

Changeset 48032 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Aug 23, 2013 1:24:18 PM (11 years ago)
Author:
vboxsync
Message:

VMM/VMMR0: Disable thread-context hooks for now. Not stable enough.

File:
1 edited

Legend:

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

    r48006 r48032  
    441441    VMCPU_ASSERT_EMT(pVCpu);
    442442    Assert(pVCpu->vmm.s.hR0ThreadCtx == NIL_RTTHREADCTX);
    443 #if defined(RT_OS_LINUX) /*|| defined(RT_OS_SOLARIS) - leaves the driver loaded, reenable when fixed. */
     443#if 0 /* Not stable yet. */
    444444    int rc = RTThreadCtxHooksCreate(&pVCpu->vmm.s.hR0ThreadCtx);
    445445    if (   RT_FAILURE(rc)
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