VirtualBox

Changeset 19711 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
May 14, 2009 9:24:28 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47328
Message:

HGSMI: host->guest command processing working

Location:
trunk/src/VBox/Runtime/r0drv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/initterm-r0drv.cpp

    r13476 r19711  
    7878    if (RT_SUCCESS(rc))
    7979    {
    80 #if !defined(RT_OS_LINUX) && !defined(RT_OS_WINDOWS)
     80#if !defined(RT_OS_LINUX)
    8181        rc = rtThreadInit();
    8282#endif
  • trunk/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp

    r8245 r19711  
    8181     * Do the actual modification.
    8282     */
    83     NTSTATUS rc = KeSetPriorityThread((PKTHREAD)pThread->Core.Key, Priority);
    84     AssertMsg(NT_SUCCESS(rc), ("%#x\n", rc));
    85     return RTErrConvertFromNtStatus(rc);
     83    /*KPRIORITY oldPririty = */KeSetPriorityThread((PKTHREAD)pThread->Core.Key, Priority);
     84    return VINF_SUCCESS;
    8685}
    8786
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette