VirtualBox

Changeset 48391 in vbox


Ignore:
Timestamp:
Sep 9, 2013 12:51:09 PM (11 years ago)
Author:
vboxsync
Message:

VMM: Disable thread-context hooks. Not stable enough.

File:
1 edited

Legend:

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

    r48236 r48391  
    450450    VMCPU_ASSERT_EMT(pVCpu);
    451451    Assert(pVCpu->vmm.s.hR0ThreadCtx == NIL_RTTHREADCTX);
    452 #if defined(RT_OS_SOLARIS) || defined(RT_OS_LINUX)
     452#if 0  /* Not stable. */
    453453    int rc = RTThreadCtxHooksCreate(&pVCpu->vmm.s.hR0ThreadCtx);
    454454    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