VirtualBox

Ignore:
Timestamp:
Feb 24, 2015 6:23:18 PM (10 years ago)
Author:
vboxsync
Message:

IPRT,VMM,SUPDrv: Use the new RTMpCurSetIndex* APIs - require driver reload.

Location:
trunk/src/VBox/HostDrivers/Support
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp

    r54375 r54467  
    245245    { "RTMpCpuIdFromSetIndex",                  (void *)RTMpCpuIdFromSetIndex },
    246246    { "RTMpCpuIdToSetIndex",                    (void *)RTMpCpuIdToSetIndex },
     247    { "RTMpCurSetIndex",                        (void *)RTMpCurSetIndex },
     248    { "RTMpCurSetIndexAndId",                   (void *)RTMpCurSetIndexAndId },
    247249    { "RTMpGetArraySize",                       (void *)RTMpGetArraySize },
    248250    { "RTMpGetCount",                           (void *)RTMpGetCount },
  • trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h

    r54373 r54467  
    215215 *          - (nothing)
    216216 */
    217 #define SUPDRV_IOC_VERSION                              0x001f0002
     217#define SUPDRV_IOC_VERSION                              0x001f0003
    218218
    219219/** SUP_IOCTL_COOKIE. */
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r54339 r54467  
    280280        CookieReq.u.In.u32ReqVersion = SUPDRV_IOC_VERSION;
    281281        const uint32_t uMinVersion = (SUPDRV_IOC_VERSION & 0xffff0000) == 0x001f0000
    282                                    ? 0x001f0002
     282                                   ? 0x001f0003
    283283                                   : SUPDRV_IOC_VERSION & 0xffff0000;
    284284        CookieReq.u.In.u32MinVersion = uMinVersion;
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