VirtualBox

Changeset 10805 in vbox for trunk/include


Ignore:
Timestamp:
Jul 22, 2008 9:44:31 AM (17 years ago)
Author:
vboxsync
Message:

VMM+SUPDrv: Changed the VMMR0EntryEx interface to also take the session as an argument, this means breaking the current IOC interface and thus a major driver version change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm.h

    r10724 r10805  
    483483 * @param   enmOperation    Which operation to execute.
    484484 * @param   pvArg           Argument to the operation.
    485  * @remarks Assume called with interrupts disabled.
     485 * @remarks Assume called with interrupts or preemption disabled.
    486486 */
    487487VMMR0DECL(int) VMMR0EntryInt(PVM pVM, VMMR0OPERATION enmOperation, void *pvArg);
     
    505505 * @param   pReq            This points to a SUPVMMR0REQHDR packet. Optional.
    506506 * @param   u64Arg          Some simple constant argument.
     507 * @param   pSession        The session of the caller.
    507508 * @remarks Assume called with interrupts _enabled_.
    508509 */
    509 VMMR0DECL(int) VMMR0EntryEx(PVM pVM, VMMR0OPERATION enmOperation, PSUPVMMR0REQHDR pReq, uint64_t u64Arg);
     510VMMR0DECL(int) VMMR0EntryEx(PVM pVM, VMMR0OPERATION enmOperation, PSUPVMMR0REQHDR pReq, uint64_t u64Arg, PSUPDRVSESSION);
    510511
    511512/**
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