VirtualBox

Changeset 13872 in vbox for trunk/include


Ignore:
Timestamp:
Nov 5, 2008 3:00:48 PM (16 years ago)
Author:
vboxsync
Message:

Pass the VMCPU id on to all hwaccm functions.

File:
1 edited

Legend:

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

    r13832 r13872  
    124124 */
    125125VMMR0DECL(int)   HWACCMR0SetupVM(PVM pVM);
    126 VMMR0DECL(int)   HWACCMR0RunGuestCode(PVM pVM);
    127 VMMR0DECL(int)   HWACCMR0Enter(PVM pVM);
    128 VMMR0DECL(int)   HWACCMR0Leave(PVM pVM);
     126VMMR0DECL(int)   HWACCMR0RunGuestCode(PVM pVM, RTCPUID idVCpu);
     127VMMR0DECL(int)   HWACCMR0Enter(PVM pVM, RTCPUID idVCpu);
     128VMMR0DECL(int)   HWACCMR0Leave(PVM pVM, RTCPUID idVCpu);
    129129VMMR0DECL(int)   HWACCMR0InvalidatePage(PVM pVM, RTGCPTR GCVirt);
    130130VMMR0DECL(int)   HWACCMR0FlushTLB(PVM pVM);
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