VirtualBox

Changeset 17367 in vbox for trunk/include


Ignore:
Timestamp:
Mar 5, 2009 12:50:38 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43766
Message:

VMM: Added VMMR3CallR0 for use with operations which may make host calls (see VMMR0.cpp).

File:
1 edited

Legend:

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

    r17246 r17367  
    156156VMMR3DECL(int)      VMMR3CallRC(PVM pVM, RTRCPTR RCPtrEntry, unsigned cArgs, ...);
    157157VMMR3DECL(int)      VMMR3CallRCV(PVM pVM, RTRCPTR RCPtrEntry, unsigned cArgs, va_list args);
     158VMMR3DECL(int)      VMMR3CallR0(PVM pVM, uint32_t uOperation, uint64_t u64Arg, PSUPVMMR0REQHDR pReqHdr);
    158159VMMR3DECL(int)      VMMR3ResumeHyper(PVM pVM);
    159160VMMR3DECL(void)     VMMR3FatalDump(PVM pVM, int rcErr);
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