VirtualBox

Ignore:
Timestamp:
Oct 2, 2009 11:12:21 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53145
Message:

Use HalSendSoftwareInterrupt in Windows 7 (not exported in Vista)

File:
1 edited

Legend:

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

    r23416 r23506  
    357357int rtMpSendIpiWin7(RTCPUID idCpu)
    358358{
    359     return VERR_NOT_IMPLEMENTED;
    360     /* bsod */
    361     VOID (__stdcall *pfRequestIpi)(KAFFINITY Zero, KAFFINITY TargetSet) = (VOID (__stdcall *)(KAFFINITY, KAFFINITY))g_pfnrtNtHalRequestIpi;
    362 
    363     pfRequestIpi(0, 1 << idCpu);
     359    g_pfnrtNtHalSendSoftwareInterrupt(idCpu, DISPATCH_LEVEL);
    364360    return VINF_SUCCESS;
    365361}
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