VirtualBox

Changeset 35959 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Feb 14, 2011 2:30:03 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70020
Message:

PCI: further R0/driver work

File:
1 edited

Legend:

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

    r35902 r35959  
    11791179            if (u64Arg || !pReqHdr || !vmmR0IsValidSession(pVM, ((PPCIRAWSENDREQ)pReqHdr)->pSession, pSession) || idCpu != NIL_VMCPUID)
    11801180                return VERR_INVALID_PARAMETER;
    1181             return PciRawR0ProcessReq(pSession, (PPCIRAWSENDREQ)pReqHdr);
     1181            return PciRawR0ProcessReq(pSession, pVM, (PPCIRAWSENDREQ)pReqHdr);
    11821182#endif
    11831183        /*
     
    15531553    RTAssertMsg2V(pszFormat, va);
    15541554}
    1555 
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