VirtualBox

Changeset 48201 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 30, 2013 3:25:22 PM (11 years ago)
Author:
vboxsync
Message:

VMM: Re-enable thread-context hooks on Linux, Solaris.

File:
1 edited

Legend:

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

    r48139 r48201  
    407407#endif
    408408
    409 
    410409    /*
    411410     * Tell GVMM what we're up to and check that we only do this once.
     
    441440    VMCPU_ASSERT_EMT(pVCpu);
    442441    Assert(pVCpu->vmm.s.hR0ThreadCtx == NIL_RTTHREADCTX);
    443 #if 0
    444 //#if defined(RT_OS_LINUX) /* Solaris driver doesn't unload, re-enable when fixed || defined(RT_OS_SOLARIS) */
     442#if defined(RT_OS_SOLARIS) || defined(RT_OS_LINUX)
    445443    int rc = RTThreadCtxHooksCreate(&pVCpu->vmm.s.hR0ThreadCtx);
    446444    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