VirtualBox

Ignore:
Timestamp:
Aug 25, 2021 12:37:59 AM (3 years ago)
Author:
vboxsync
Message:

IPRT,SUPDrv,VMM,++: Bumped major support driver version. Added RTLogSetR0ProgramStart and make the VMM use it when configuring the ring-0 loggers. Removed pfnFlush from the parameter list of RTLogCreateEx[V]. bugref:10086

File:
1 edited

Legend:

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

    r88377 r90862  
    635635    {
    636636        pLoadReq->u.In.eEPType                = SUPLDRLOADEP_VMMR0;
    637         pLoadReq->u.In.EP.VMMR0.pvVMMR0       = uImageBase;
    638         pLoadReq->u.In.EP.VMMR0.pvVMMR0EntryFast= (RTR0PTR)VMMR0EntryFast;
    639         pLoadReq->u.In.EP.VMMR0.pvVMMR0EntryEx  = (RTR0PTR)VMMR0EntryEx;
     637        pLoadReq->u.In.EP.VMMR0.pvVMMR0EntryFast = (RTR0PTR)VMMR0EntryFast;
     638        pLoadReq->u.In.EP.VMMR0.pvVMMR0EntryEx   = (RTR0PTR)VMMR0EntryEx;
    640639    }
    641640    else if (pszSrvReqHandler)
    642641    {
    643642        pLoadReq->u.In.eEPType                = SUPLDRLOADEP_SERVICE;
    644         pLoadReq->u.In.EP.Service.pfnServiceReq = (RTR0PTR)SrvReqHandler;
     643        pLoadReq->u.In.EP.Service.pfnServiceReq  = (RTR0PTR)SrvReqHandler;
    645644        pLoadReq->u.In.EP.Service.apvReserved[0] = NIL_RTR0PTR;
    646645        pLoadReq->u.In.EP.Service.apvReserved[1] = NIL_RTR0PTR;
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