VirtualBox

Changeset 44346 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Jan 23, 2013 11:39:39 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83304
Message:

TM: PVM -> PUVM in two APIs used by Main. VMReq: Validate pUVM properly for external acalls as well.

File:
1 edited

Legend:

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

    r37517 r44346  
    8888VMMR3DECL(int)          TMR3NotifySuspend(PVM pVM, PVMCPU pVCpu);
    8989VMMR3DECL(int)          TMR3NotifyResume(PVM pVM, PVMCPU pVCpu);
    90 VMMR3DECL(int)          TMR3SetWarpDrive(PVM pVM, uint32_t u32Percent);
    91 #endif
    92 VMMDECL(uint32_t)       TMGetWarpDrive(PVM pVM);
     90VMMR3DECL(int)          TMR3SetWarpDrive(PUVM pUVM, uint32_t u32Percent);
     91VMMR3DECL(uint32_t)     TMR3GetWarpDrive(PUVM pUVM);
     92#endif
    9393VMM_INT_DECL(uint32_t)  TMCalcHostTimerFrequency(PVM pVM, PVMCPU pVCpu);
    9494#ifdef IN_RING3
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